Uses of Class
com.nimbusds.oauth2.sdk.ciba.CIBAErrorResponse
Packages that use CIBAErrorResponse
Package
Description
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
-
Uses of CIBAErrorResponse in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return CIBAErrorResponseModifier and TypeMethodDescriptionstatic CIBAErrorResponse
CIBAErrorResponse.parse
(HTTPResponse httpResponse) Parses a CIBA error response from the specified HTTP response.static CIBAErrorResponse
CIBAErrorResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses a CIBA error response from the specified JSON object.CIBAResponse.toErrorResponse()
Casts this response to a CIBA error response.