Interface AgentDeviceLoginRequest

All Superinterfaces:
UserProvider

public interface AgentDeviceLoginRequest extends UserProvider
An AgentDeviceLoginRequest provides all credentials for an agent to log in on a device.
Since:
11.27
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider

    getUser
  • Method Details

    • getDeviceId

      Optional<String> getDeviceId()
      Returns:
      the optionally device id to log on or an empty optional, if the user did not enter any specific device id.
      Since:
      13.0