Skip to Content

GetOauthAuthorizeData

GetOauthAuthorizeData = object

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

Properties

body?

optional body: never

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


path?

optional path: 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?

optional scope: string

Space-separated scopes

state?

optional state: string

Opaque client state round-tripped to redirect_uri


url

url: "/oauth/authorize"

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

Last updated on