response_type
: Must be set to the value "code"client_id
: This is a fixed string identifying the client. Currently it must be set to apiserver
. In the future, a client authentication scheme will be introduced.redirect_uri
: Must be set to an HTTP server URI served by the client.POST
request to the token endpoint URI:grant_type
: Must be set to the value authorization_code
code
: Must be set to the code received in the previous step.redirect_uri
: Must be set to the same value as the one provided in the first step.access_token
is set to the token, and the key token_type
is set to bearer
. For more information, consult sections 4.1.4, 5.1 and 5.2 of the OAuth2 spec.client_id
and redirect_uri
) with us. Email us for registration information.