Skip to main content

Interface: AuthCodeRequest

One of the options for the AuthArgs.

Auth endpoint in API documentation:.

Properties

client_id

client_id: string

Defined in

types.ts:97


code

code: string

Defined in

types.ts:98


code_verifier

code_verifier: string

Defined in

types.ts:99


grant_type

grant_type: "authorization_code"

Defined in

types.ts:96


redirect_uri

redirect_uri: string

Defined in

types.ts:100


scope?

optional scope: string

Defined in

types.ts:101