Skip to main content

Interface: PKCERequest

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
address?stringthe address of the wallet to automatically link-types.ts:135
chain?string | numberThe network of the wallet to automatically link-types.ts:139
client_idstringthe authentication flow client id of the applicationPKCERequestShared.client_idtypes.ts:109
code_challengestringthe code challenge automatically generated by the SDKPKCERequestShared.code_challengetypes.ts:113
code_challenge_method"S256"the code challenge method for the authentication flow , handled by the SDKPKCERequestShared.code_challenge_methodtypes.ts:115
email?stringthe email of the user to prefill the login form-types.ts:131
redirect_uri?stringthe redirect uri of the applicationPKCERequestShared.redirect_uritypes.ts:111
response_type"code"the response type of the authentication flow, handled by the SDK-types.ts:129
scope?string@deprecated: will be removed, the scope of the application-types.ts:133
signature?stringthe signature of the wallet to automatically link-types.ts:137
skip_create_account?booleanYou 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 authorization-types.ts:141
skip_kyc?booleanYou 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:143
state?stringthe state of the applicationPKCERequestShared.statetypes.ts:117