Skip to main content
POST
Authorize a client (OAuth 2.1 + PKCE)

Body

application/x-www-form-urlencoded
response_type
enum<string>
required
Available options:
code
client_id
string
required
redirect_uri
string<uri>
required
code_challenge
string
required
code_challenge_method
enum<string>
required
Available options:
S256
state
string
scope
string

Response

Redirect (or consent page) issued.

The response is of type object.