DBTEAMLOGLoginMethodTag
Objective-C
enum DBTEAMLOGLoginMethodTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGLoginMethodTag : Int, @unchecked Sendable
The DBTEAMLOGLoginMethodTag enum type represents the possible tag states
with which the DBTEAMLOGLoginMethod union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodAppleOauthSwift
case appleOauth = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodFirstPartyTokenExchangeSwift
case firstPartyTokenExchange = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodGoogleOauthSwift
case googleOauth = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodPasswordSwift
case password = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodQrCodeSwift
case qrCode = 4 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodSamlSwift
case saml = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodTwoFactorAuthenticationSwift
case twoFactorAuthentication = 6 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodWebSessionSwift
case webSession = 7 -
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodOtherSwift
case other = 8
View on GitHub
DBTEAMLOGLoginMethodTag Enumeration Reference