Class AbstractOptionallyAuthenticatedRequest

java.lang.Object
com.nimbusds.oauth2.sdk.AbstractRequest
com.nimbusds.oauth2.sdk.AbstractOptionallyAuthenticatedRequest
All Implemented Interfaces:
Message, Request
Direct Known Subclasses:
AbstractOptionallyIdentifiedRequest, PushedAuthorizationRequest, RequestObjectPOSTRequest, TokenIntrospectionRequest

Abstract request with optional client authentication.

Client authentication methods:

  • Constructor Details

    • AbstractOptionallyAuthenticatedRequest

      Creates a new abstract request with optional client authentication.
      Parameters:
      uri - The URI of the endpoint (HTTP or HTTPS) for which the request is intended, null if not specified (if, for example, the Request.toHTTPRequest() method will not be used).
      clientAuth - The client authentication, null if none.
  • Method Details