DigitalIdStatusType
public enum DigitalIdStatusType : String, StringValueConvertible
The active/inactive status of a Digital Id
-
The ID has been disabled
Declaration
Swift
case inactive = "inactive" -
Normal active/enabled state
Declaration
Swift
case active = "active" -
Where the enabled from date is in the future
Declaration
Swift
case pending = "pending" -
Where the enabled until date is in the past
Declaration
Swift
case expired = "expired" -
Declaration
Swift
public var stringValue: String { get }
DigitalIdStatusType Enumeration Reference