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