| Name | Type | Description | Notes |
|---|---|---|---|
| accessToken | String | The OAuth 2.0 access token issued by the partner. | [optional] |
| tokenType | TokenTypeEnum | The type of token issued which is case insensitive. | [optional] |
| expiresIn | Integer | The access token lifespan in seconds. | [optional] |
| Name | Value |
|---|---|
| BEARER | "Bearer" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |