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
DBTEAMLOGLoginMethodAppleOauth
Swift
case appleOauth = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodFirstPartyTokenExchange
Swift
case firstPartyTokenExchange = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodGoogleOauth
Swift
case googleOauth = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodPassword
Swift
case password = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodQrCode
Swift
case qrCode = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodSaml
Swift
case saml = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodTwoFactorAuthentication
Swift
case twoFactorAuthentication = 6
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodWebSession
Swift
case webSession = 7
-
(no description).
Declaration
Objective-C
DBTEAMLOGLoginMethodOther
Swift
case other = 8