public static class SessionControl.UnverifiedDeviceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) AuthenticatedUser |
authenticatedUser |
(package private) UserDeviceData |
device |
(package private) LoginRequest |
loginRequest |
(package private) java.lang.String |
userEmail |
(package private) java.lang.String |
userName |
(package private) java.lang.String |
verificationCode |
Constructor and Description |
---|
UnverifiedDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getDefaultRememberDevice()
The preferred setting for the "rememberDevice" parameter when
verifying the device.
|
java.lang.String |
getDeviceToken()
Get the token for this device.
|
java.lang.String |
getUserEmail()
Get the email to the user.
|
java.lang.String |
getUserName()
Get the name of the user.
|
UserDeviceData device
LoginRequest loginRequest
AuthenticatedUser authenticatedUser
java.lang.String verificationCode
java.lang.String userName
java.lang.String userEmail
public java.lang.String getDeviceToken()
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.public java.lang.String getUserName()
public java.lang.String getUserEmail()
public boolean getDefaultRememberDevice()