OAuth2
Grant Type.
Authorization code that the client previously received from the authorization server. Required when grant_type is authorization_code.
The redirect URI in the token request must be an exact match of the redirect URI that was used when generating the authorization code. Required for when grant_type is authorization_code.
Refresh token that the client previously received from the authorization server. Required when grant_type is refresh_token.
Client ID used for authentication.
Client Secret used for authentication, only used in Server-Side Apps
Code verifier(PKCE), only used in Mobile and Native Apps
Only used with the combination of client_credentials grant_type and client_assertion_type
Only used with the combination of client_credentials grant_type and client_assertion
Success
Error
Server Errors
Access Token or Refresh Token that will be used in the revocation.
Client ID used for authentication.
Client Secret used for authentication, only used in Server-Side Apps
Token hint used to identify which type of token is inside the token property.
Success
No content
Error
Server Errors
No content
Last updated
Was this helpful?

