Skip to main content

Type Alias: PKCERequest

PKCERequest: {address: string;chain: Chain | ChainId;client_id: string;code_challenge: string;code_challenge_method: "S256";redirect_uri: string;response_type: "code";scope: string;signature: string;skip_create_account: boolean;skip_kyc: boolean;state: string; }

Type declaration

NameTypeDescriptionDefined in
addressstringthe address of the wallet to automatically linktypes.ts:119
chainChain | ChainIdThe network of the wallet to automatically linktypes.ts:123
client_idstringthe authentication flow client id of the applicationtypes.ts:105
code_challengestringthe code challenge automatically generated by the SDKtypes.ts:107
code_challenge_method"S256"the code challenge method for the authentication flow , handled by the SDKtypes.ts:109
redirect_uristringthe redirect uri of the applicationtypes.ts:115
response_type"code"the response type of the authentication flow, handled by the SDKtypes.ts:111
scopestringthe scope of the applicationtypes.ts:117
signaturestringthe signature of the wallet to automatically linktypes.ts:121
skip_create_accountbooleanYou can skip the connect wallet and request IBAN steps in the Authorization Flow and use the Link Address and Request IBAN API endpoints after you have gotten the authorizationtypes.ts:125
skip_kycbooleanYou can skip the KYC onboarding steps in the Authorization Flow and use the the details, additional data, and verifications API endpoints after you have gotten the authorization.types.ts:127
statestringthe state of the applicationtypes.ts:113

Defined in

types.ts:103