OAuthResponse
{ "access_token": "token value", "token_type": "bearer", "expires_in": 43199, "scope": "read write" }
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
access_token | string | false | none | none |
token_type | string | false | none | none |
expires_in | integer(int32) | false | none | none |
scope | string | false | none | none |