Class: StubBiometricKeyStore
platform.StubBiometricKeyStore
Constructors
constructor
• new StubBiometricKeyStore()
Methods
getKey
▸ getKey(_id
): Promise
<Uint8Array
>
Parameters
Name | Type |
---|---|
_id |
string |
Returns
Promise
<Uint8Array
>
Defined in
isSupported
▸ isSupported(): Promise
<boolean
>
Returns
Promise
<boolean
>
Defined in
storeKey
▸ storeKey(_id
, _key
): Promise
<void
>
Parameters
Name | Type |
---|---|
_id |
string |
_key |
Uint8Array |
Returns
Promise
<void
>