Interface ReadClientCredentialsGrantDetails.Builder

  • Method Details

    • clientId

      The client identifier for the OAuth2 client credentials grant flow.

      Parameters:
      clientId - The client identifier for the OAuth2 client credentials grant flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tokenEndpoint

      ReadClientCredentialsGrantDetails.Builder tokenEndpoint(String tokenEndpoint)

      The authorization server endpoint used to obtain access tokens via the client credentials grant flow.

      Parameters:
      tokenEndpoint - The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.