Interface ISessionTokenRefreshInfo
Represents information that should be refreshed on a session token.
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public interface ISessionTokenRefreshInfo
Properties
| Name | Description |
|---|---|
| Generation | Gets the generation of the session token. This value is incremented each time the token is refreshed, and the previous generation is allowed a refresh for a short grace period to allow for concurrent refresh requests. |
| RefreshedUtc | Gets the date and time when the session token was last refreshed (in UTC). |
| ValidFor | Gets the amount of time after which the session token expires and can no longer be refreshed. |