TokenFromOAuth1Arg
public class TokenFromOAuth1Arg : CustomStringConvertible, JSONRepresentable
The TokenFromOAuth1Arg struct
-
The supplied OAuth 1.0 access token.
Declaration
Swift
public let oauth1Token: String -
The token secret associated with the supplied access token.
Declaration
Swift
public let oauth1TokenSecret: String -
Declaration
Swift
public var description: String { get }
View on GitHub
TokenFromOAuth1Arg Class Reference