Interface AgentDeviceLoginRequest
- All Superinterfaces:
UserProvider
An
AgentDeviceLoginRequest provides all credentials
for an agent to log in on a device.- Since:
- 11.27
-
Method Summary
Modifier and TypeMethodDescriptionReturns an Optional containing the device id to log on, or an empty Optional if the user did not enter any specific device id.Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getDeviceId
Returns an Optional containing the device id to log on, or an empty Optional if the user did not enter any specific device id.- Returns:
- an Optional containing the device id to log on or an empty Optional, if the user did not enter any specific device id.
- Since:
- 13.0
-