The Backend Verification object
The Backend Verification object describes the state of the verification process of a sign-in or sign-up attempt.
Properties
- Name
-  message
- Type
- null | string
- Description
- The message that will be presented to the user's Web3 wallet for signing during authentication. This follows the Sign-In with Ethereum (SIWE) protocol format, which typically includes details like the requesting service, wallet address, terms acceptance, nonce, timestamp, and any additional resources. 
 
- Name
-  nonce
- Type
- null | string
- Description
- The nonce pertaining to the verification. 
 
- Name
-  status
- Type
- string
- Description
- The state of the verification. - unverified: The verification has not been verified yet.
- verified: The verification has been verified.
- transferable: The verification is transferable to between sign-in and sign-up flows.
- failed: The verification has failed.
- expired: The verification has expired.
 
 
Feedback
Last updated on