Skip to main content

Interface: PKCESIWERequest

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
authentication_method"siwe"Authentication method used. The default is to redirect the user to Monerium login screen, where the user can either sign in, or go through the register flow. siwe is only applicable for existing Monerium customers who have already linked at least one of their addresses with Monerium.-types.ts:159
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
messagestringAn EIP-4361 compatible message. https://eips.ethereum.org/EIPS/eip-4361 https://monerium.com/siwe-types.ts:163
redirect_uri?stringthe redirect uri of the applicationPKCERequestShared.redirect_uritypes.ts:111
signaturestringSignature for the SIWE message. Must include the 0x prefix.-types.ts:165
state?stringthe state of the applicationPKCERequestShared.statetypes.ts:117