Class TokenRequest
This class is used to authenticate the API call to UDP. In OAuth2.0 authentication format.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: solution.dll
Syntax
[Serializable]
public class TokenRequest
Fields
| Name | Description |
|---|---|
| client_id | The client identifier |
| client_secret | The client secret key |
| code | The access token. Acquired by UnityOAuth |
| grant_type | The type of OAuth2.0 code granting. |
| redirect_uri | Redirect use after a successful authorization. |
| refresh_token | When the access token is expire. This token is used to renew it. |