Skip to Content

GetOauthConsentData

GetOauthConsentData = object

Defined in: src/client/types.gen.ts:9338 

Properties

body?

optional body: never

Defined in: src/client/types.gen.ts:9339 


path?

optional path: never

Defined in: src/client/types.gen.ts:9340 


query

query: object

Defined in: src/client/types.gen.ts:9341 

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?

optional reason: string

Consent reason (first_grant, revoked, scope_expansion)

redirect_uri

redirect_uri: string

Callback URL

scope?

optional scope: string

Space-separated scopes

state?

optional state: string

Opaque client state


url

url: "/oauth/consent"

Defined in: src/client/types.gen.ts:9371 

Last updated on