Class CIBAErrorDelivery

  • All Implemented Interfaces:
    Message, Request

    @Immutable
    public class CIBAErrorDelivery
    extends CIBAPushCallback
    CIBA error push delivery to the client notification endpoint.

    Related specifications:

    • OpenID Connect CIBA Flow - Core 1.0, section 12.
    • Constructor Detail

      • CIBAErrorDelivery

        public CIBAErrorDelivery​(URI endpoint,
                                 BearerAccessToken accessToken,
                                 AuthRequestID authRequestID,
                                 ErrorObject errorObject)
        Creates a new CIBA error push delivery.
        Parameters:
        endpoint - The client notification endpoint. Must not be null.
        accessToken - The client notification token. Must not be null.
        authRequestID - The CIBA request ID. Must not be null.
        errorObject - The error object. Must not be null.