TokenFromOAuth1Error
public enum TokenFromOAuth1Error : CustomStringConvertible, JSONRepresentable
The TokenFromOAuth1Error union
-
Part or all of the OAuth 1.0 access token info is invalid.
Declaration
Swift
case invalidOauth1TokenInfo -
The authorized app does not match the app associated with the supplied access token.
Declaration
Swift
case appIdMismatch -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
TokenFromOAuth1Error Enumeration Reference