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 default DeviceVerificationResponseAuthleteApi. deviceVerification(DeviceVerificationRequest request)Call Authlete's/api/device/verificationAPI.DeviceVerificationResponseAuthleteApi. deviceVerification(DeviceVerificationRequest request, Options options)Call Authlete's/api/device/verificationAPI.DeviceVerificationResponseAuthleteApiImplV3. deviceVerification(DeviceVerificationRequest request, Options options)Call/api/{serviceId}/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.
-