Implements

Description

This class is responsible for handling wallet login functionalities. It provides a method for biometric login by utilizing the WalletManagement service.

See

https://didpass-wallet.gitbook.io/didpass-wallet-sdk/

Hierarchy

  • WalletLogin

Implements

Constructors

Properties

Methods

Constructors

Properties

walletManagement: WalletManagement

Methods

  • Parameters

    • type: CreateTokenType

      The type of token to be created.

    • spk: KeyPair

      The key pair used for creating the biometric token.

    Returns Promise<string>

    Returns a promise that resolves with the token string.

    Method

    Async

    Name

    biometricLogin

    Description

    Performs biometric login and returns the token.

Generated using TypeDoc