OAuth1aServerSettings
class OAuth1aServerSettings(val name: String, val requestTokenUrl: String, val authorizeUrl: String, val accessTokenUrl: String, val consumerKey: String, val consumerSecret: String, val accessTokenInterceptor: HttpRequestBuilder.() -> Unit = {}) : OAuthServerSettings
OAuth1a server settings
Constructors
Link copied to clipboard
fun OAuth1aServerSettings(name: String, requestTokenUrl: String, authorizeUrl: String, accessTokenUrl: String, consumerKey: String, consumerSecret: String, accessTokenInterceptor: HttpRequestBuilder.() -> Unit = {})