Click or drag to resize
Authorization Properties

The Authorization type exposes the following members.

Properties
  NameDescription
Public propertyAccessToken
The access token returned by the service after a successful call to AuthenticateAsync() or AuthenticateAnonymousAsync().
Public propertyAuthorizedUsername
Returns the username of the current authorized user if any, null otherwise.
Public propertyIsAuthorized
Returns true if a user has been authorized, false otherwise. A user can be authorized by calling AuthenticateAsync() or AuthenticateAnonymousAsync().
Public propertyIsTokenValid
Returns true if the access token returned by the service is still valid.
Top
See Also