Uses of Class
com.authlete.common.dto.DeviceCompleteResponse
-
Packages that use DeviceCompleteResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of DeviceCompleteResponse in com.authlete.common.api
Methods in com.authlete.common.api that return DeviceCompleteResponse Modifier and Type Method Description default DeviceCompleteResponseAuthleteApi. deviceComplete(DeviceCompleteRequest request)Call Authlete's/api/device/completeAPI.DeviceCompleteResponseAuthleteApi. deviceComplete(DeviceCompleteRequest request, Options options)Call Authlete's/api/device/completeAPI.DeviceCompleteResponseAuthleteApiImplV3. deviceComplete(DeviceCompleteRequest request, Options options)Call/api/{serviceId}/device/completeAPI. -
Uses of DeviceCompleteResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return DeviceCompleteResponse Modifier and Type Method Description DeviceCompleteResponseDeviceCompleteResponse. setAction(DeviceCompleteResponse.Action action)Set the next action that the authorization server implementation should take.
-