authenticatorSelector abstract method

OutOfBandAuthentication authenticatorSelector(
  1. 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:

Returns: an OutOfBandAuthentication object.

Implementation

OutOfBandAuthentication authenticatorSelector(
  AuthenticatorSelector authenticatorSelector,
);