DBOPENIDOpenIdErrorTag
Objective-C
enum DBOPENIDOpenIdErrorTag : NSInteger {}
Swift
@frozen enum DBOPENIDOpenIdErrorTag : Int, @unchecked Sendable
The DBOPENIDOpenIdErrorTag enum type represents the possible tag states
with which the DBOPENIDOpenIdError union can exist.
-
Missing openid claims for the associated access token.
Declaration
Objective-C
DBOPENIDOpenIdErrorIncorrectOpenidScopesSwift
case incorrectOpenidScopes = 0 -
(no description).
Declaration
Objective-C
DBOPENIDOpenIdErrorOtherSwift
case other = 1
View on GitHub
DBOPENIDOpenIdErrorTag Enumeration Reference