| Authorization Properties |
The Authorization type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessToken |
The access token returned by the service after a successful call to AuthenticateAsync() or AuthenticateAnonymousAsync().
| |
| AuthorizedUsername |
Returns the username of the current authorized user if any, null otherwise.
| |
| IsAuthorized |
Returns true if a user has been authorized, false otherwise. A user can be authorized by calling AuthenticateAsync() or AuthenticateAnonymousAsync().
| |
| IsTokenValid |
Returns true if the access token returned by the service is still valid.
|