Skip to main content
type SignInWithSiweResult = {
  flowId: string;
  message: string;
  nonce: string;
  expirationTime: string;
};
Result of signInWithSiwe.

Properties

PropertyTypeDescription
flowIdstringThe flow ID to use in verifySiweSignature.
messagestringThe EIP-4361-formatted SIWE message for the end user to sign with their Ethereum wallet.
noncestringThe cryptographic nonce embedded in the message.
expirationTimestringThe date and time at which the SIWE challenge expires, in ISO 8601 format.