Interface OAuthClientCredential.Builder

  • Method Details

    • clientId

      The OAuth 2.0 client identifier registered with the external system.

      Parameters:
      clientId - The OAuth 2.0 client identifier registered with the external system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      OAuthClientCredential.Builder clientSecret(String clientSecret)

      The OAuth 2.0 client secret that pairs with the client identifier.

      Parameters:
      clientSecret - The OAuth 2.0 client secret that pairs with the client identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerId

      OAuthClientCredential.Builder providerId(String providerId)

      The identifier of the OAuth provider that issued the client credentials.

      Parameters:
      providerId - The identifier of the OAuth provider that issued the client credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.