DBAUTHTokenFromOAuth1ErrorTag
Objective-C
enum DBAUTHTokenFromOAuth1ErrorTag : NSInteger {}
Swift
@frozen enum DBAUTHTokenFromOAuth1ErrorTag : Int, @unchecked Sendable
The DBAUTHTokenFromOAuth1ErrorTag
enum type represents the possible tag
states with which the DBAUTHTokenFromOAuth1Error
union can exist.
-
Part or all of the OAuth 1.0 access token info is invalid.
Declaration
Objective-C
DBAUTHTokenFromOAuth1ErrorInvalidOauth1TokenInfo
Swift
case invalidOauth1TokenInfo = 0
-
The authorized app does not match the app associated with the supplied access token.
Declaration
Objective-C
DBAUTHTokenFromOAuth1ErrorAppIdMismatch
Swift
case appIdMismatch = 1
-
(no description).
Declaration
Objective-C
DBAUTHTokenFromOAuth1ErrorOther
Swift
case other = 2