signInWithWallet abstract method

Future<CrossmintWalletAuthChallenge> signInWithWallet(
  1. String address,
  2. String type
)

Starts wallet-based authentication. Returns a challenge that the wallet must sign. type is 'evm' or 'solana'.

Implementation

Future<CrossmintWalletAuthChallenge> signInWithWallet(
  String address,
  String type,
);