GetOauthAuthorizeData
GetOauthAuthorizeData =
object
Defined in: src/client/types.gen.ts:7015
Properties
body?
optionalbody:never
Defined in: src/client/types.gen.ts:7016
path?
optionalpath:never
Defined in: src/client/types.gen.ts:7017
query
query:
object
Defined in: src/client/types.gen.ts:7018
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:7048
Last updated on