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
DBTEAMLOGTfaConfigurationAuthenticator
Swift
case authenticator = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationEnabled
Swift
case enabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationSms
Swift
case sms = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGTfaConfigurationOther
Swift
case other = 4