DBOPENIDUserInfoErrorTag
Objective-C
enum DBOPENIDUserInfoErrorTag : NSInteger {}
Swift
@frozen enum DBOPENIDUserInfoErrorTag : Int, @unchecked Sendable
The DBOPENIDUserInfoErrorTag
enum type represents the possible tag states
with which the DBOPENIDUserInfoError
union can exist.
-
(no description).
Declaration
Objective-C
DBOPENIDUserInfoErrorOpenidError
Swift
case openidError = 0
-
(no description).
Declaration
Objective-C
DBOPENIDUserInfoErrorOther
Swift
case other = 1