OAuth1aServerSettings

fun OAuth1aServerSettings(    name: String,     requestTokenUrl: String,     authorizeUrl: String,     accessTokenUrl: String,     consumerKey: String,     consumerSecret: String,     accessTokenInterceptor: HttpRequestBuilder.() -> Unit = {})