The AuthServerClient instance.
Private authThe parameters required to create a biometric token.
Returns a promise that resolves with the token string.
createBiometricToken
Creates a biometric token.
Private createThe parameters required to create a new wallet.
Returns a promise that resolves with the wallet creation object.
createWallet
Creates a new wallet and returns the wallet creation object.
Will throw an error if any required parameter is missing or invalid.
The parameters required to delete a wallet.
Returns a promise that resolves when the wallet is deleted.
deleteWallet
Deletes a wallet using a Shares Protecting Key.
Will throw an error if the Shares Protecting Key is missing.
The parameters required to import a wallet.
Returns a promise that resolves with the wallet creation object.
importWallet
Imports a wallet using a mnemonic and returns the wallet creation object.
Will throw an error if the mnemonic is missing or incorrect.
The parameters required to recover a wallet.
Returns a promise that resolves with the wallet creation object.
recoverWallet
Recovers a wallet using shares and a Shares Protecting Key and returns the wallet creation object.
Will throw an error if any required parameter is missing.
Generated using TypeDoc
Implements
Description
This class is responsible for managing wallet functionalities such as creating, importing, recovering, and deleting wallets. It also handles the creation of biometric tokens.
See
https://didpass-wallet.gitbook.io/didpass-wallet-sdk/