public class DeviceNotVerifiedException extends BaseException
SessionControl.getUnverifiedDeviceInfo()
.
The client application should present a form where the user can enter
the verification code and then call
SessionControl.verifyDevice(String, boolean)
.
When the device has been verified correctly the client application
should store the token from SessionControl.UnverifiedDeviceInfo.getDeviceToken()
.
The next time the user is logging in, the stored token should be submitted
together with other login information. See LoginRequest.setDeviceToken(String)
.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DeviceNotVerifiedException() |
private static final long serialVersionUID