GetOauthAuthorizeData
GetOauthAuthorizeData =
object
Defined in: src/client/types.gen.ts:9289
Properties
body?
optionalbody:never
Defined in: src/client/types.gen.ts:9290
path?
optionalpath:never
Defined in: src/client/types.gen.ts:9291
query
query:
object
Defined in: src/client/types.gen.ts:9292
client_id
client_id:
string
OAuth client ID
code_challenge
code_challenge:
string
PKCE code challenge
code_challenge_method
code_challenge_method:
string
PKCE method (must be ‘S256’)
redirect_uri
redirect_uri:
string
Callback URL (must be registered)
response_type
response_type:
string
Must be ‘code’
scope?
optionalscope:string
Space-separated scopes
state?
optionalstate:string
Opaque client state round-tripped to redirect_uri
url
url:
"/oauth/authorize"
Defined in: src/client/types.gen.ts:9322
Last updated on