Interface GetAuthenticationUrlResponse.Builder

  • Method Details

    • authenticationUrl

      GetAuthenticationUrlResponse.Builder authenticationUrl(String authenticationUrl)

      The URL where the customer will sign in to the identity provider. This URL contains the authorize endpoint for the Cognito UserPool used in the authentication.

      Parameters:
      authenticationUrl - The URL where the customer will sign in to the identity provider. This URL contains the authorize endpoint for the Cognito UserPool used in the authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.