CryptoWallet

data class CryptoWallet(val id: String) : UserAuthenticationFactor

Represents a Web3 login associated with a Stytch User

Constructors

Link copied to clipboard
fun CryptoWallet(id: String)

Properties

Link copied to clipboard
open override val id: String