Package com.stytch.sdk.consumer.crypto
Class CryptoWallet.AuthenticateStartParameters
-
- All Implemented Interfaces:
public final class CryptoWallet.AuthenticateStartParametersA data class wrapping the parameters needed to begin a crypto wallet authentication flow
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcryptoWalletAddressprivate final CryptoWalletTypecryptoWalletType
-
Constructor Summary
Constructors Constructor Description CryptoWallet.AuthenticateStartParameters(String cryptoWalletAddress, CryptoWalletType cryptoWalletType)
-
Method Summary
Modifier and Type Method Description final StringgetCryptoWalletAddress()The address to authenticate. final CryptoWalletTypegetCryptoWalletType()The type of wallet to authenticate. -
-
Constructor Detail
-
CryptoWallet.AuthenticateStartParameters
CryptoWallet.AuthenticateStartParameters(String cryptoWalletAddress, CryptoWalletType cryptoWalletType)
-
-
Method Detail
-
getCryptoWalletAddress
final String getCryptoWalletAddress()
The address to authenticate.
-
getCryptoWalletType
final CryptoWalletType getCryptoWalletType()
The type of wallet to authenticate. Currently
ethereumandsolanaare supported.
-
-
-
-