OAuth1a
data class OAuth1a(val token: String, val tokenSecret: String, val extraParameters: Parameters = Parameters.Empty) : OAuthAccessTokenResponse
OAuth1a access token acquired from the server
Properties
Link copied to clipboard
contains additional parameters provided by the server
Link copied to clipboard
token secret to be used with token