Interface OAuth2AuthorizationData.Builder

  • Method Details

    • authorizationUrl

      OAuth2AuthorizationData.Builder authorizationUrl(String authorizationUrl)

      The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.

      Parameters:
      authorizationUrl - The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.

      Parameters:
      userId - The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.