DBTEAMLOGTfaConfigurationTag
Objective-C
enum DBTEAMLOGTfaConfigurationTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGTfaConfigurationTag : Int, @unchecked Sendable
The DBTEAMLOGTfaConfigurationTag enum type represents the possible tag
states with which the DBTEAMLOGTfaConfiguration union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationAuthenticatorSwift
case authenticator = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationDisabledSwift
case disabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationEnabledSwift
case enabled = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationSmsSwift
case sms = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationOtherSwift
case other = 4
View on GitHub
DBTEAMLOGTfaConfigurationTag Enumeration Reference