Method IsTokenStaleAsync
IsTokenStaleAsync(TSessionToken)
Determines whether the information contained in the specified session token is stale, i.e. the data it was created from has changed since it was
created. Implementations typically compare a security stamp or version captured in the token against the latest value in the data store. This is
called once per request when the token is due for a refresh or the request forces session validation.
Declaration
Task<bool> IsTokenStaleAsync(TSessionToken sessionToken)
Parameters
| Type |
Name |
Description |
| TSessionToken |
sessionToken |
|
Returns