Uses of Class
com.nimbusds.oauth2.sdk.device.DeviceAuthorizationSuccessResponse
Packages that use DeviceAuthorizationSuccessResponse
-
Uses of DeviceAuthorizationSuccessResponse in com.nimbusds.oauth2.sdk.device
Methods in com.nimbusds.oauth2.sdk.device that return DeviceAuthorizationSuccessResponseModifier and TypeMethodDescriptionDeviceAuthorizationSuccessResponse.parse
(HTTPResponse httpResponse) Parses an device authorization response from the specified HTTP response.DeviceAuthorizationSuccessResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses an device authorization response from the specified JSON object.DeviceAuthorizationResponse.toSuccessResponse()
Casts this response to an authorization success response.