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 DeviceCompleteResponse
AuthleteApi. deviceComplete(DeviceCompleteRequest request)
Call Authlete's/api/device/complete
API. -
Uses of DeviceCompleteResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return DeviceCompleteResponse Modifier and Type Method Description DeviceCompleteResponse
DeviceCompleteResponse. setAction(DeviceCompleteResponse.Action action)
Set the next action that the authorization server implementation should take.
-