Class CryptoWallet.AuthenticateParameters

  • All Implemented Interfaces:

    
    public final class CryptoWallet.AuthenticateParameters
    
                        

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

    • Constructor Detail

      • CryptoWallet.AuthenticateParameters

        CryptoWallet.AuthenticateParameters(String cryptoWalletAddress, CryptoWalletType cryptoWalletType, String signature, Integer sessionDurationMinutes)
      • CryptoWallet.AuthenticateParameters

        CryptoWallet.AuthenticateParameters(String cryptoWalletAddress, CryptoWalletType cryptoWalletType, String signature)