Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

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