| 4 | declare var window: any; |
| 5 | |
| 6 | export interface BiometricCapability { |
| 7 | available: boolean; |
| 8 | provider: string; |
| 9 | platform: string; |
| 10 | status?: string; |
| 11 | } |
| 12 | |
| 13 | export interface BiometricAuthResult { |
| 14 | success: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected