Skip to content

CodeChallengeAuthorizationRequestParams ​

Extends ​

Properties ​

client_id ​

client_id: string

The client ID of your application

Inherited from ​

SimpleAuthorizationRequestParams.client_id


code_challenge ​

code_challenge: string


code_challenge_method ​

code_challenge_method: "S256"


redirect_uri ​

redirect_uri: string

The URL in your app where users will be sent after authorization

Inherited from ​

SimpleAuthorizationRequestParams.redirect_uri


response_type ​

response_type: "code"

Inherited from ​

SimpleAuthorizationRequestParams.response_type


scope ​

scope: string

A space-separated list of scopes

Inherited from ​

SimpleAuthorizationRequestParams.scope


state ​

state: string

A random string generated by your application, which you'll verify later

Inherited from ​

SimpleAuthorizationRequestParams.state