Uses of Class
com.nimbusds.oauth2.sdk.device.DeviceAuthorizationResponse
-
Packages that use DeviceAuthorizationResponse Package Description com.nimbusds.oauth2.sdk.device OAuth 2.0 device authorisation grant classes. -
-
Uses of DeviceAuthorizationResponse in com.nimbusds.oauth2.sdk.device
Subclasses of DeviceAuthorizationResponse in com.nimbusds.oauth2.sdk.device Modifier and Type Class Description classDeviceAuthorizationErrorResponseOAuth 2.0 device authorization error response.classDeviceAuthorizationSuccessResponseA device authorization response from the device authorization endpoint.Methods in com.nimbusds.oauth2.sdk.device that return DeviceAuthorizationResponse Modifier and Type Method Description static 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.
-