Uses of Class
com.nimbusds.openid.connect.sdk.UserInfoErrorResponse
Packages that use UserInfoErrorResponse
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of UserInfoErrorResponse in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return UserInfoErrorResponseModifier and TypeMethodDescriptionstatic UserInfoErrorResponseUserInfoErrorResponse.parse(HTTPResponse httpResponse) Parses a UserInfo error response from the specified HTTP response.static UserInfoErrorResponseParses a UserInfo error response from the specified HTTP responseWWW-Authenticateheader.UserInfoResponse.toErrorResponse()Casts this response to a UserInfo error response.