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 TypeClassDescriptionclass
OAuth 2.0 device authorization error response.class
A device authorization response from the device authorization endpoint.Methods in com.nimbusds.oauth2.sdk.device that return DeviceAuthorizationResponseModifier and TypeMethodDescriptionstatic DeviceAuthorizationResponse
DeviceAuthorizationResponse.parse
(HTTPResponse httpResponse) Parses a device authorization response from the specified HTTP response.static DeviceAuthorizationResponse
DeviceAuthorizationResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses a device authorization response from the specified JSON object.