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