TokenFromOAuth1Result
public class TokenFromOAuth1Result : CustomStringConvertible, JSONRepresentable
The TokenFromOAuth1Result struct
-
The OAuth 2.0 token generated from the supplied OAuth 1.0 token.
Declaration
Swift
public let oauth2Token: String -
Declaration
Swift
public var description: String { get }
View on GitHub
TokenFromOAuth1Result Class Reference