class OAuth1aServerSettings : OAuthServerSettings
OAuth1a server settings
OAuth1aServerSettings(name: String, requestTokenUrl: String, authorizeUrl: String, accessTokenUrl: String, consumerKey: String, consumerSecret: String) OAuth1aServerSettings(name: String, requestTokenUrl: String, authorizeUrl: String, accessTokenUrl: String, consumerKey: String, consumerSecret: String, accessTokenInterceptor: HttpRequestBuilder.() -> Unit = {})
OAuth1a server settings |
val accessTokenInterceptor: HttpRequestBuilder.() -> Unit |
|
val accessTokenUrl: String
OAuth server access token request URL |
|
val authorizeUrl: String
OAuth server authorization page URL |
|
val consumerKey: String
consumer key parameter (provided by OAuth server vendor) |
|
val consumerSecret: String
a secret key parameter (provided by OAuth server vendor) |
|
val requestTokenUrl: String
OAuth server token request URL |
val name: String
configuration name |
|
val version: OAuthVersion
OAuth version (1a or 2) |