Interface AuthorizationCodeGrant.Builder

  • Method Details

    • redirectUris

      AuthorizationCodeGrant.Builder redirectUris(Collection<String> redirectUris)

      A list of URIs that are valid locations to redirect a user's browser after the user is authorized.

      Parameters:
      redirectUris - A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • redirectUris

      AuthorizationCodeGrant.Builder redirectUris(String... redirectUris)

      A list of URIs that are valid locations to redirect a user's browser after the user is authorized.

      Parameters:
      redirectUris - A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.