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
DBOPENIDOpenIdErrorIncorrectOpenidScopes
Swift
case incorrectOpenidScopes = 0
-
(no description).
Declaration
Objective-C
DBOPENIDOpenIdErrorOther
Swift
case other = 1