OAuth1a
data class OAuth1a : OAuthAccessTokenResponse
OAuth1a access token acquired from the server
Constructors
OAuth1a( OAuth1a access token acquired from the server |
Properties
val extraParameters: Parameters contains additional parameters provided by the server |
|
val token: String itself |
|
val tokenSecret: String token secret to be used with token |