Padloc Logo Docs & Resources

Interface: BiometricKeyStore

platform.BiometricKeyStore

Methods

getKey

getKey(id): Promise<Uint8Array>

Parameters

Name Type
id string

Returns

Promise<Uint8Array>

Defined in

core/src/platform.ts:58


isSupported

isSupported(): Promise<boolean>

Returns

Promise<boolean>

Defined in

core/src/platform.ts:57


storeKey

storeKey(id, key): Promise<void>

Parameters

Name Type
id string
key Uint8Array

Returns

Promise<void>

Defined in

core/src/platform.ts:59