registerAuthenticator
Registers an authenticator for the currently authenticated user using the results of getNotRegisteredAuthenticators.
Future<void> registerAuthenticator(BuildContext? context, String authenticatorId)
await Onegini.instance.userClient
.registerAuthenticator(context, authenticatorId)
.catchError((error)