AccessToken Class
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.
Represents an access token for a given user and scopes.
public ref class AccessToken
public class AccessToken
type AccessToken = class
Public Class AccessToken
- Inheritance
-
AccessToken
Constructors
AccessToken() |
Properties
Expires |
Gets the expiration time of the token. |
GrantedScopes |
Gets or sets the list of granted scopes for the token. |
Value |
Gets the serialized representation of the token. |