Interface OAuthClientCredentials.Builder

  • Method Details

    • clientId

      The client ID of the OAuth 2.0 application that is registered with the data source provider.

      Parameters:
      clientId - The client ID of the OAuth 2.0 application that is registered with the data source provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      OAuthClientCredentials.Builder clientSecret(String clientSecret)

      The client secret of the OAuth 2.0 application that is registered with the data source provider.

      Parameters:
      clientSecret - The client secret of the OAuth 2.0 application that is registered with the data source provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      The username of the account that is used for OAuth 2.0 client credentials authentication with the data source provider.

      Parameters:
      username - The username of the account that is used for OAuth 2.0 client credentials authentication with the data source provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.