Body
The grant type
authorization_code, refresh_token, urn:ietf:params:oauth:grant-type:device_code "authorization_code"
The authorization code, required for authorization code flow
"33742103-b60c-4cfd-afca-3673e3f867f4"
The device code, required for device flow
"33742103-b60c-4cfd-afca-3673e3f867f4"
The client identifier, required for device flow
"{{CLIENT_ID}}"
The refresh token, required for refresh token flow
"33742103-b60c-4cfd-afca-3673e3f867f4"
The redirect URI, required for authorization code flow
"https://myloanapp.com/callback"
Response
Token obtained successfully
The access token issued by the authorization server
The type of token issued
Bearer The lifetime in seconds of the access token
3600
The scope of the token
"openid profile email"
The refresh token issued by the authorization server
The ID token issued by the authorization server