Uses of Interface
com.nimbusds.oauth2.sdk.ErrorResponse
Packages that use ErrorResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 dynamic client registration.
OAuth 2.0 device authorisation grant classes.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect Federation 1.0 entity configuration request and response
classes.
-
Uses of ErrorResponse in com.nimbusds.oauth2.sdk
Classes in com.nimbusds.oauth2.sdk that implement ErrorResponseModifier and TypeClassDescriptionclassAuthorisation error response.classPushed authorisation error response.final classDeprecated.classOAuth 2.0 Token error response.classToken introspection error response. -
Uses of ErrorResponse in com.nimbusds.oauth2.sdk.ciba
Classes in com.nimbusds.oauth2.sdk.ciba that implement ErrorResponseModifier and TypeClassDescriptionclassCIBA error response from an OpenID provider / OAuth 2.0 authorisation server backend authentication endpoint. -
Uses of ErrorResponse in com.nimbusds.oauth2.sdk.client
Classes in com.nimbusds.oauth2.sdk.client that implement ErrorResponseModifier and TypeClassDescriptionclassClient registration error response. -
Uses of ErrorResponse in com.nimbusds.oauth2.sdk.device
Classes in com.nimbusds.oauth2.sdk.device that implement ErrorResponseModifier and TypeClassDescriptionclassOAuth 2.0 device authorization error response. -
Uses of ErrorResponse in com.nimbusds.openid.connect.sdk
Classes in com.nimbusds.openid.connect.sdk that implement ErrorResponseModifier and TypeClassDescriptionclassOpenID Connect authentication error response.classUserInfo error response. -
Uses of ErrorResponse in com.nimbusds.openid.connect.sdk.federation.config
Classes in com.nimbusds.openid.connect.sdk.federation.config that implement ErrorResponseModifier and TypeClassDescriptionclassFederation entity configuration error response.