Uses of Interface
com.nimbusds.oauth2.sdk.ErrorResponse
-
Packages that use ErrorResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.com.nimbusds.oauth2.sdk.client OAuth 2.0 dynamic client registration.com.nimbusds.oauth2.sdk.device OAuth 2.0 device authorisation grant classes.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses.com.nimbusds.openid.connect.sdk.federation.config 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 ErrorResponse Modifier and Type Class Description classAuthorizationErrorResponseAuthorisation error response.classPushedAuthorizationErrorResponsePushed authorisation error response.classRequestObjectPOSTErrorResponseDeprecated.classTokenErrorResponseOAuth 2.0 Token error response.classTokenIntrospectionErrorResponseToken introspection error response. -
Uses of ErrorResponse in com.nimbusds.oauth2.sdk.client
Classes in com.nimbusds.oauth2.sdk.client that implement ErrorResponse Modifier and Type Class Description classClientRegistrationErrorResponseClient registration error response. -
Uses of ErrorResponse in com.nimbusds.oauth2.sdk.device
Classes in com.nimbusds.oauth2.sdk.device that implement ErrorResponse Modifier and Type Class Description classDeviceAuthorizationErrorResponseOAuth 2.0 device authorization error response. -
Uses of ErrorResponse in com.nimbusds.openid.connect.sdk
Classes in com.nimbusds.openid.connect.sdk that implement ErrorResponse Modifier and Type Class Description classAuthenticationErrorResponseOpenID Connect authentication error response.classUserInfoErrorResponseUserInfo error response. -
Uses of ErrorResponse in com.nimbusds.openid.connect.sdk.federation.config
Classes in com.nimbusds.openid.connect.sdk.federation.config that implement ErrorResponse Modifier and Type Class Description classFederationEntityConfigurationErrorResponseFederation entity configuration error response.
-