Uses of Class
com.nimbusds.oauth2.sdk.device.DeviceAuthorizationResponse
Packages that use DeviceAuthorizationResponse
-
Uses of DeviceAuthorizationResponse in com.nimbusds.oauth2.sdk.device
Subclasses of DeviceAuthorizationResponse in com.nimbusds.oauth2.sdk.deviceModifier and TypeClassDescriptionclassOAuth 2.0 device authorization error response.classA device authorization response from the device authorization endpoint.Methods in com.nimbusds.oauth2.sdk.device that return DeviceAuthorizationResponseModifier and TypeMethodDescriptionstatic DeviceAuthorizationResponseDeviceAuthorizationResponse.parse(HTTPResponse httpResponse) Parses a device authorization response from the specified HTTP response.static DeviceAuthorizationResponseDeviceAuthorizationResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a device authorization response from the specified JSON object.