OAuth1a
data class OAuth1a(token: String, tokenSecret: String, extraParameters: Parameters) : OAuthAccessTokenResponse
Content copied to clipboard
OAuth1a access token acquired from the server
Constructors
Link copied to clipboard
fun OAuth1a(token: String, tokenSecret: String, extraParameters: Parameters = Parameters.Empty)
Content copied to clipboard