Interface: BiometricKeyStore
platform.BiometricKeyStore
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
>