Class SessionControl.UnverifiedDeviceInfo

  • Enclosing class:
    SessionControl

    public static class SessionControl.UnverifiedDeviceInfo
    extends Object
    Class for storing temporary device information for a user that has been authenticated but before a device has been verified.
    Since:
    3.12
    • Constructor Detail

      • UnverifiedDeviceInfo

        public UnverifiedDeviceInfo()
    • Method Detail

      • getDeviceToken

        public String getDeviceToken()
        Get the token for this device. If the verification is successful (see SessionControl.verifyDevice(String, boolean) the client must store this token and submit it together with the login information the next time the user is logging in.
      • getUserName

        public String getUserName()
        Get the name of the user.
      • getUserEmail

        public String getUserEmail()
        Get the email to the user.
      • getDefaultRememberDevice

        public boolean getDefaultRememberDevice()
        The preferred setting for the "rememberDevice" parameter when verifying the device.