Skip to content

SimpleAuthorizationRequestParams

Extends

  • Record<string, string>

Extended by

Properties

client_id

client_id: string

The client ID of your application


redirect_uri

redirect_uri: string

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


response_type

response_type: "code"


scope

scope: string

A space-separated list of scopes


state

state: string

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