Interface: AuthCodePayload
One of the options for the AuthArgs.
Auth endpoint in API documentation:.
Properties
Property | Type | Defined in |
---|---|---|
client_id | string | types.ts:70 |
code | string | types.ts:71 |
code_verifier | string | types.ts:72 |
grant_type | "authorization_code" | types.ts:69 |
redirect_uri | string | types.ts:73 |