AccessToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Access token
public struct AccessToken
type AccessToken = struct
Public Structure AccessToken
- Inheritance
-
AccessToken
Constructors
AccessToken(String, DateTimeOffset, Object) |
Constructor for AccessToken |
Properties
ExpirationTime |
Gets the expiration time of the token. |
IsExpired |
Gets an indication if the access token has expired. |
Token |
Gets the value of the access token. |
UserContext |
Gets the user context associated with the token. |