• Creates a noop authenticator. I.e., an object that conforms to the Authenticator interface but whose operations has no effect.

    Parameters

    • Optional authDataService: AuthDataService

      optional mock auth data service. If not provided, a no op auth data service will be used

    Returns Authenticator