Requests
Objects
Enums
|
Authorize: OAuthOauth authrorization request. The grant_type decide what the request will do.
password You must specify the grant_type, username and password parameters. You will get a JSOAuthResponse with the refresh and access token. Use this as you first request. refresh_token You must specify the grant_type and refresh_token. You will get a JSOAuthResponse with the refresh and access token. Use this when the access token has expired. signout You must specify the grant_type and refresh_token. Use this to signout and make the refresh token invalid. When the request fails the reponse will be a JSOAuthError HTTP requestPOST ../oauth
Parameters
Request BodyThe request should include the parameters in the request body and the
parameters should be application/x-www-form-urlencoded
Response |