Method GetSessionDataAsync
GetSessionDataAsync(TSessionToken)
Gets the session data associated with the specified session token.
Declaration
Task<TSessionData?> GetSessionDataAsync(TSessionToken sessionToken)
Parameters
| Type | Name | Description |
|---|---|---|
| TSessionToken | sessionToken |
Returns
| Type | Description |
|---|---|
| Task<TSessionData> |