Interface: PKCERequestShared
Extended by
Properties
Property | Type | Description | Defined in |
---|---|---|---|
client_id | string | the authentication flow client id of the application | types.ts:109 |
code_challenge | string | the code challenge automatically generated by the SDK | types.ts:113 |
code_challenge_method | "S256" | the code challenge method for the authentication flow , handled by the SDK | types.ts:115 |
redirect_uri? | string | the redirect uri of the application | types.ts:111 |
state? | string | the state of the application | types.ts:117 |