Uses of Class
com.nimbusds.oauth2.sdk.device.DeviceAuthorizationErrorResponse
Packages that use DeviceAuthorizationErrorResponse
-
Uses of DeviceAuthorizationErrorResponse in com.nimbusds.oauth2.sdk.device
Methods in com.nimbusds.oauth2.sdk.device that return DeviceAuthorizationErrorResponseModifier and TypeMethodDescriptionDeviceAuthorizationErrorResponse.parse
(HTTPResponse httpResponse) Parses an OAuth 2.0 ciba authorization error, push error or token response - from the specified HTTP response.DeviceAuthorizationErrorResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 device authorization response from the specified JSON object.DeviceAuthorizationResponse.toErrorResponse()
Casts this response to a device authorization error response.