Create an authorized session
The response type, must be 'code' for authorization code flow
code
"code"
The client identifier issued to the client during registration
"client_12345"
The URI to redirect to after authorization is complete
"https://your-app.com/callback"
Optional value used by the client to maintain state between request and callback
"xcoiv98sj3coijs"
PKCE code challenge derived from the code verifier
"E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM"
Method used to derive the code challenge, either 'S256' or 'plain'
S256
, plain
"S256"
Redirect to the defined redirect_uri