Skip to main content

Interface: PKCESIWERequest

Extends

Properties

PropertyTypeDescriptionInherited from
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.-
client_idstringthe authentication flow client id of the applicationPKCERequestShared.client_id
code_challengestringthe code challenge automatically generated by the SDKPKCERequestShared.code_challenge
code_challenge_method"S256"the code challenge method for the authentication flow , handled by the SDKPKCERequestShared.code_challenge_method
messagestringAn EIP-4361 compatible message. https://eips.ethereum.org/EIPS/eip-4361 https://monerium.com/siwe-
redirect_uri?stringthe redirect uri of the applicationPKCERequestShared.redirect_uri
signaturestringSignature for the SIWE message. Must include the 0x prefix.-
state?stringthe state of the applicationPKCERequestShared.state