OAuth1a

data class OAuth1a(token: String, tokenSecret: String, extraParameters: Parameters) : 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
val extraParameters: Parameters

contains additional parameters provided by the server

Link copied to clipboard
val token: String

itself

Link copied to clipboard
val tokenSecret: String

token secret to be used with token