authenticatorSelector abstract method
- AuthenticatorSelector authenticatorSelector
Specifies the object that will take care of the selection of the authenticator to be used.
IMPORTANT
Providing the authenticator selector is required.
Params:
- authenticatorSelector: the AuthenticatorSelector.
Returns: a Registration object.
Implementation
Registration authenticatorSelector(
AuthenticatorSelector authenticatorSelector,
);