Uses of Class
com.authlete.common.dto.DeviceVerificationRequest
-
Packages that use DeviceVerificationRequest 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 DeviceVerificationRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type DeviceVerificationRequest Modifier and Type Method Description DeviceVerificationResponseAuthleteApi. deviceVerification(DeviceVerificationRequest request)Call Authlete's/api/device/verificationAPI. -
Uses of DeviceVerificationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return DeviceVerificationRequest Modifier and Type Method Description DeviceVerificationRequestDeviceVerificationRequest. setUserCode(String userCode)Set the user code.
-