SwanIdentificationStatus
Status values of an identification
enum SwanIdentificationStatus {
Pending
Valid
Invalid
Canceled
Expired
NotSupported
NotStarted @deprecated
Started
}
Values
SwanIdentificationStatus.Pending
When the identification process is currently being treated by a manual or automatic process
SwanIdentificationStatus.Valid
When the identification is valid
SwanIdentificationStatus.Invalid
When the identification is invalid
SwanIdentificationStatus.Canceled
When the user canceled the identification process or the identification service was unavailable
SwanIdentificationStatus.Expired
When the identification is no longer valid
SwanIdentificationStatus.NotSupported
When the identification does not support an identification level
SwanIdentificationStatus.NotStarted
deprecated
Use 'Started' instead. Deprecated to ensure consistency and clear identification status behavior.
When the identification hasn't been started yet
SwanIdentificationStatus.Started
When the identification has been started
Member Of
CanceledIdentificationLevelStatusInfo
object ● ExpiredIdentificationLevelStatusInfo
object ● Identification
object ● IdentificationFiltersInput
input ● InvalidIdentificationLevelStatusInfo
object ● NotStartedIdentificationLevelStatusInfo
object ● NotSupportedIdentificationLevelStatusInfo
object ● PendingIdentificationLevelStatusInfo
object ● StartedIdentificationLevelStatusInfo
object ● ValidIdentificationLevelStatusInfo
object