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
* **Used for iOS only:** The evaluation policy to use when accessing the credentials. Defaults to LocalAuthenticationStrategy.deviceOwnerWithBiometrics.
*/
enum LocalAuthenticationStrategy {
/**
* User authentication with biometry.
*/
deviceOwnerWithBiometrics = 1,
/**
* User authentication with biometry, Apple Watch, or the device passcode.