Uses of Class
com.nimbusds.oauth2.sdk.ciba.CIBAPushCallback
-
Packages that use CIBAPushCallback Package Description com.nimbusds.oauth2.sdk.ciba OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow - Core 1.0 classes. -
-
Uses of CIBAPushCallback in com.nimbusds.oauth2.sdk.ciba
Subclasses of CIBAPushCallback in com.nimbusds.oauth2.sdk.ciba Modifier and Type Class Description classCIBAErrorDeliveryCIBA error push delivery to the client notification endpoint.classCIBATokenDeliveryCIBA token push delivery to the client notification endpoint.Methods in com.nimbusds.oauth2.sdk.ciba that return CIBAPushCallback Modifier and Type Method Description static CIBAPushCallbackCIBAPushCallback. parse(HTTPRequest httpRequest)Parses a CIBA push callback from the specified HTTP request.
-