Interface CognitoConfig.Builder

    • Method Detail

      • userPool

        CognitoConfig.Builder userPool​(String userPool)

        A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

        Parameters:
        userPool - A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        CognitoConfig.Builder clientId​(String clientId)

        The client ID for your Amazon Cognito user pool.

        Parameters:
        clientId - The client ID for your Amazon Cognito user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.