UNPKG

@phemium-costaisa/fingerprint-auth

Version:

Automatic plugin to work with FaceID and TouchID authentication

7 lines (6 loc) 190 B
export interface FingerprintAuthConfiguration { /** Enable debugging of plugin */ debug: boolean; /** Whether or not Fingerprint will be enabled */ enabled: boolean; }