You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`title`|`String`| The title of the authentication prompt. | Android, iOS |
474
-
|`subtitle`|`String` (optional) | The subtitle of the authentication prompt. | Android |
475
-
|`description`|`String` (optional) | The description of the authentication prompt. | Android |
476
-
|`cancelTitle`|`String` (optional) | The cancel button title of the authentication prompt. | Android, iOS |
477
-
|`evaluationPolicy`|`LocalAuthenticationStrategy` (optional) | The evaluation policy to use when prompting the user for authentication. Defaults to `deviceOwnerWithBiometrics`. | iOS |
478
-
|`fallbackTitle`|`String` (optional) | The fallback button title of the authentication prompt. | iOS |
479
-
|`authenticationLevel`|`LocalAuthenticationLevel` (optional) | The authentication level to use when prompting the user for authentication. Defaults to `strong`. | Android |
480
-
|`deviceCredentialFallback`|`Boolean` (optional) | Should the user be given the option to authenticate with their device PIN, pattern, or password instead of a biometric. | Android |
471
+
| Property | Type | Description | Applicable Platforms |
|`title`|`String`| The title of the authentication prompt. | Android, iOS |
474
+
|`subtitle`|`String` (optional) | The subtitle of the authentication prompt. | Android |
475
+
|`description`|`String` (optional) | The description of the authentication prompt. | Android |
476
+
|`cancelTitle`|`String` (optional) | The cancel button title of the authentication prompt. | Android, iOS |
477
+
|`evaluationPolicy`|`LocalAuthenticationStrategy` (optional) | The evaluation policy to use when prompting the user for authentication. Defaults to `deviceOwnerWithBiometrics`. | iOS |
478
+
|`fallbackTitle`|`String` (optional) | The fallback button title of the authentication prompt. | iOS |
479
+
|`authenticationLevel`|`LocalAuthenticationLevel` (optional) | The authentication level to use when prompting the user for authentication. Defaults to `strong`. | Android |
480
+
|`deviceCredentialFallback`|`Boolean` (optional) | Should the user be given the option to authenticate with their device PIN, pattern, or password instead of a biometric. Defaults to `false`| Android |
481
481
482
482
> :warning: You need a real device to test Local Authentication for iOS. Local Authentication is not available in simulators.
0 commit comments