AuthenticateStartParameters

data class AuthenticateStartParameters(val cryptoWalletAddress: String, val cryptoWalletType: CryptoWalletType)

A data class wrapping the parameters needed to begin a crypto wallet authentication flow

Constructors

Link copied to clipboard
constructor(cryptoWalletAddress: String, cryptoWalletType: CryptoWalletType)

Properties

Link copied to clipboard

The address to authenticate.

Link copied to clipboard
val cryptoWalletType: CryptoWalletType

The type of wallet to authenticate. Currently ethereum and solana are supported.