Skip to main content
Final Class Challenge returned by CrossmintAuthClient.signInWithWallet that must be signed by the user’s external wallet (MetaMask, Phantom, etc.).
final class CrossmintWalletAuthChallenge

Constructors

CrossmintWalletAuthChallenge

const CrossmintWalletAuthChallenge({
  required this.message,
  this.nonce,
  this.raw = const <String, Object?>{},
})

Properties

message

final String message
The message the wallet must sign.

nonce

final String? nonce
Replay-protection nonce.

raw

final CrossmintJsonMap raw

operator

bool operator

hashCode

int get hashCode