Class UserPasswordAuthProviderClientImpl

    • Constructor Detail

      • UserPasswordAuthProviderClientImpl

        public UserPasswordAuthProviderClientImpl​(String providerName,
                                                  StitchRequestClient requestClient,
                                                  StitchAuthRoutes routes,
                                                  TaskDispatcher dispatcher)
        Constructs a new User/Password authentication provider client.
        Parameters:
        providerName - the provider this client is for.
        requestClient - the request client used to make requests against Stitch.
        routes - the routes needed by the request client.
        dispatcher - the task dispatcher for async requests.