Uses of Class
com.nimbusds.openid.connect.sdk.UserInfoErrorResponse
-
Packages that use UserInfoErrorResponse Package Description com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. -
-
Uses of UserInfoErrorResponse in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return UserInfoErrorResponse Modifier and Type Method Description static UserInfoErrorResponseUserInfoErrorResponse. parse(HTTPResponse httpResponse)Parses a UserInfo error response from the specified HTTP response.static UserInfoErrorResponseUserInfoErrorResponse. parse(String wwwAuth)Parses a UserInfo error response from the specified HTTP responseWWW-Authenticateheader.UserInfoErrorResponseUserInfoResponse. toErrorResponse()Casts this response to a UserInfo error response.
-