client_id
Your Client ID
redirect_uri
Your registered callback url
purpose
Purpose of your transaction
scope
Requested scopes separated by space. openid is a required scope.
response_type
Must be set to code. Only authorization code flow is supported currently.
state (Optional)
An opaque arbitrary alphanumeric string your app adds to the initial request that sgid includes when redirecting back to your application.
client_id
Your client ID
client_secret
Your client secret
redirect_uri
Your registered callback url
grant_type
Must be set to authorization_code. Only authorization code flow is supported currently.
code help
Authorization code returned in the callback url.
Authorization
Authorization request header to transmit the access token