Biometric Login

Logs into the wallet using biometric data.

biometricLogin: (type: CreateTokenType, spk: KeyPair) => Promise<string>;

Parameters

  • CreateTokenType:

    • type: The type of token you're creating (RECOVER,CREATE, IMPORT, DELETE, NEW_SETTING, UPDATE_SETTING, IMPORT_SETTING, and DELETE_SETTING).

    • spk: Your wallet's key pair.

Returns:

A promise that resolves to a token string.

Associated Interface

KeyTypeschevron-right

Last updated