Uses of Class
com.nimbusds.oauth2.sdk.device.DeviceAuthorizationErrorResponse
-
Packages that use DeviceAuthorizationErrorResponse Package Description com.nimbusds.oauth2.sdk.device OAuth 2.0 device authorisation grant classes. -
-
Uses of DeviceAuthorizationErrorResponse in com.nimbusds.oauth2.sdk.device
Methods in com.nimbusds.oauth2.sdk.device that return DeviceAuthorizationErrorResponse Modifier and Type Method Description static DeviceAuthorizationErrorResponseDeviceAuthorizationErrorResponse. parse(HTTPResponse httpResponse)Parses an OAuth 2.0 device authorization error response from the specified HTTP response.static DeviceAuthorizationErrorResponseDeviceAuthorizationErrorResponse. parse(net.minidev.json.JSONObject jsonObject)Parses an OAuth 2.0 device authorization response from the specified JSON object.DeviceAuthorizationErrorResponseDeviceAuthorizationResponse. toErrorResponse()Casts this response to a device authorization error response.
-