OAuth1a

data class OAuth1a(val token: String, val tokenSecret: String, val extraParameters: Parameters = Parameters.Empty) : OAuthAccessTokenResponse

OAuth1a access token acquired from the server

Constructors

Link copied to clipboard
fun OAuth1a(token: String, tokenSecret: String, extraParameters: Parameters = Parameters.Empty)

Properties

Link copied to clipboard

contains additional parameters provided by the server

Link copied to clipboard

itself

Link copied to clipboard

token secret to be used with token