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 AccessTokenpublic class AccessTokentype AccessToken = classPublic 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. |