GetOauthConsentData
GetOauthConsentData =
object
Defined in: src/client/types.gen.ts:7064
Properties
body?
optionalbody:never
Defined in: src/client/types.gen.ts:7065
path?
optionalpath:never
Defined in: src/client/types.gen.ts:7066
query
query:
object
Defined in: src/client/types.gen.ts:7067
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 (S256)
reason?
optionalreason:string
Consent reason (first_grant, revoked, scope_expansion)
redirect_uri
redirect_uri:
string
Callback URL
scope?
optionalscope:string
Space-separated scopes
state?
optionalstate:string
Opaque client state
url
url:
"/oauth/consent"
Defined in: src/client/types.gen.ts:7097
Last updated on