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
DBAUTHTokenFromOAuth1ErrorInvalidOauth1TokenInfoSwift
case invalidOauth1TokenInfo = 0 - 
                  
                  
The authorized app does not match the app associated with the supplied access token.
Declaration
Objective-C
DBAUTHTokenFromOAuth1ErrorAppIdMismatchSwift
case appIdMismatch = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBAUTHTokenFromOAuth1ErrorOtherSwift
case other = 2 
View on GitHub
        DBAUTHTokenFromOAuth1ErrorTag Enumeration Reference