OAuth 2.0 endpoints
Client applications can use the following OAuth 2.0 authorization server endpoints:
| Endpoint | Description | 
|---|---|
Register a pushed authorization request and get a request URI (RFC 9126 PAR endpoint)  | 
|
Obtain consent and an authorization grant (RFC 6749 authorization endpoint)  | 
|
Initiate backchannel authorization (Backchannel flow endpoint)  | 
|
Obtain an access token (RFC 6749 token endpoint)  | 
|
Obtain a device code (Device flow endpoint)  | 
|
Obtain consent and authorization grant (Device flow endpoint)  | 
|
Revoke access tokens and refresh tokens (RFC 7009 endpoint)  | 
|
Retrieve metadata about a token, such as approved scopes and the context in which the token was issued (RFC 7662 endpoint)  | 
|
Retrieve metadata about a macaroon, and add caveats.  | 
For reference documentation on related endpoints, refer to: