AdmAccessToken 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 the admin access token.
public ref class AdmAccessToken
[System.Runtime.Serialization.DataContract]
public class AdmAccessToken
[<System.Runtime.Serialization.DataContract>]
type AdmAccessToken = class
Public Class AdmAccessToken
- Inheritance
-
AdmAccessToken
- Attributes
Constructors
AdmAccessToken() |
Initializes a new instance of the AdmAccessToken class. |
Properties
access_token |
Gets or sets the access token. |
expires_in |
Gets or sets the time the token expires in. |
scope |
Gets or sets the scope. |
token_type |
Gets or sets the token type. |