Type alias: Type alias FordefiDeviceState
FordefiDeviceState:
"NoOperationRequired"
|"BackupRequired"
|"RecoveryRequired"
|"Error"
Description
The different states for key readiness on the current device. Can be one of:
NoOperationRequired
: The login process (including key generation) was successful and you can use all functionality of the SDK with no limit.BackupRequired
: The login process (including key generation) was successful, however you need to perform backup before you can use the SDK. This will happen, for example, when a user logs in for the first time.RecoveryRequired
: The login process (including key generation) was successful, however you need to perform recovery before you can use the SDK. This will happen, for example, when a user logs in on a new device after previously performing login on another device.Error
: The login process (including key generation) was usuccessful.