AuthenticationToken Properties |
The AuthenticationToken type exposes the following members.
| Name | Description | |
|---|---|---|
| Created |
The DateTime the token was created.
| |
| IsTokenExpired |
Is the token expired.
| |
| ServiceName |
The user created service name to keep track of authentication tokens.
| |
| TimeUntilExpiration |
Returns the time in minutes until the expiration of the authentication token.
| |
| Token |
The token string for authentication.
|