setPreferredAuthenticator
Sets the preferred Authenticator of the currently authenticated User.
- To authenticate a user see authenticateUser
- To obtain registered AuthenticatorIds see getRegisteredAuthenticators
Future<bool> setPreferredAuthenticator(BuildContext? context, String authenticatorId)
Parameter | Default | Description |
---|---|---|
context | BuildContext? | |
authenticatorId | String representing the AuthenticatorId |