Enumeration LocalAuthenticationLevel

Used for Android only: The level of local authentication required to access the credentials. Defaults to LocalAuthenticationLevel.strong.

Enumeration Members

Enumeration Members

deviceCredential: 2

The non-biometric credential used to secure the device (i. e. PIN, pattern, or password).

strong: 0

Any biometric (e.g. fingerprint, iris, or face) on the device that meets or exceeds the requirements for Class 3 (formerly Strong), as defined by the Android CDD.

weak: 1

Any biometric (e.g. fingerprint, iris, or face) on the device that meets or exceeds the requirements for Class 2 (formerly Weak), as defined by the Android CDD.

Generated using TypeDoc