Interface: AuthCodePayload
One of the options for the AuthArgs.
Auth endpoint in API documentation:.
Properties
Property | Type |
---|---|
client_id | string |
code | string |
code_verifier | string |
grant_type | "authorization_code" |
redirect_uri | string |
One of the options for the AuthArgs.
Auth endpoint in API documentation:.
Property | Type |
---|---|
client_id | string |
code | string |
code_verifier | string |
grant_type | "authorization_code" |
redirect_uri | string |