Interface: AuthCodePayload
One of the options for the AuthArgs.
Auth endpoint in API documentation:.
Properties
Property | Type | Defined in |
---|---|---|
client_id | string | types.ts:58 |
code | string | types.ts:59 |
code_verifier | string | types.ts:60 |
grant_type | "authorization_code" | types.ts:57 |
redirect_uri | string | types.ts:61 |