deregisterAuthenticator
The deregisterAuthenticator function can be used to deregister an authenticator from the currently authenticated User.
Future<bool> deregisterAuthenticator(BuildContext? context, String authenticatorId)
| Parameter | Type | Description |
|---|---|---|
| context | BuildContext? | |
| authenticatorId | String | the id of the authenticator you want to deregister |
Onegini.instance.userClient.deregisterAuthenticator(context, authenticatorId)