grant_type | String Specify the type of grant flow required by the client. For refresh tokens, you must specify refresh_token. |
refresh_token | String Refresh token issued to the client by the authentication server. |
scope | String Optional. Specify the name of one or more scopes required by the client. Use a space to separate multiple scopes. The value for scope must match or be a subset of the value you provided for the pub.oauth:authorize and pub.oauth:getAccessToken services. The scope of the refresh token can be smaller than the original request. It cannot contain any scope tokens that were not in the original request. |
access_token | String The access token issued by the authorization server. |
token_type | String The type of access token issued by the authorization server. The value is Bearer. |
expires_in | String The number of seconds for which the access token is valid. |
refresh_token | String The refresh token issued by the authorization server. You can use this token to obtain new access tokens using the same authorization grant. |
scope | String Conditional. The name of the scopes requested by the client. |