Class AbstractAuthenticatedRequest

java.lang.Object
com.nimbusds.oauth2.sdk.AbstractRequest
com.nimbusds.oauth2.sdk.AbstractAuthenticatedRequest
All Implemented Interfaces:
Message, Request
Direct Known Subclasses:
CIBARequest

public abstract class AbstractAuthenticatedRequest extends AbstractRequest
Abstract request with client authentication.

Client authentication methods:

  • Constructor Details

    • AbstractAuthenticatedRequest

      Creates a new abstract request with 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. Must not be null.
  • Method Details