MCPcopy
hub / github.com/koodo-reader/koodo-reader / BiometricCapability

Interface BiometricCapability

src/utils/protectionUtil.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4declare var window: any;
5
6export interface BiometricCapability {
7 available: boolean;
8 provider: string;
9 platform: string;
10 status?: string;
11}
12
13export interface BiometricAuthResult {
14 success: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected