Class TokenInfo
TokenInfo holds all the authentication token required to authenticate the API call.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
Syntax
[Serializable]
public class TokenInfo : GeneralResponse
Fields
access_token
The OAuth2.0 access token.
Declaration
public string access_token
Field Value
Type | Description |
---|---|
string |
refresh_token
The OAuth2.0 refresh token.
Declaration
public string refresh_token
Field Value
Type | Description |
---|---|
string |