Interface ReadAuthorizationCodeGrantDetails.Builder

  • Method Details

    • clientId

      The client identifier for the OAuth2 authorization code grant flow.

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

      ReadAuthorizationCodeGrantDetails.Builder tokenEndpoint(String tokenEndpoint)

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

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

      ReadAuthorizationCodeGrantDetails.Builder authorizationEndpoint(String authorizationEndpoint)

      The authorization server endpoint used to obtain authorization codes from the resource owner.

      Parameters:
      authorizationEndpoint - The authorization server endpoint used to obtain authorization codes from the resource owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.