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_id | string | the authentication flow client id of the application | PKCERequestShared .client_id | types.ts:109 |
code_challenge | string | the code challenge automatically generated by the SDK | PKCERequestShared .code_challenge | types.ts:113 |
code_challenge_method | "S256" | the code challenge method for the authentication flow , handled by the SDK | PKCERequestShared .code_challenge_method | types.ts:115 |
message | string | An EIP-4361 compatible message. https://eips.ethereum.org/EIPS/eip-4361 https://monerium.com/siwe | - | types.ts:163 |
redirect_uri? | string | the redirect uri of the application | PKCERequestShared .redirect_uri | types.ts:111 |
signature | string | Signature for the SIWE message. Must include the 0x prefix. | - | types.ts:165 |
state? | string | the state of the application | PKCERequestShared .state | types.ts:117 |