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
constructor(name: String, requestTokenUrl: String, authorizeUrl: String, accessTokenUrl: String, consumerKey: String, consumerSecret: String, accessTokenInterceptor: HttpRequestBuilder.() -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard

OAuth server access token request URL

Link copied to clipboard

OAuth server authorization page URL

Link copied to clipboard

consumer key parameter (provided by OAuth server vendor)

Link copied to clipboard

a secret key parameter (provided by OAuth server vendor)

Link copied to clipboard

configuration name

Link copied to clipboard

OAuth server token request URL

Link copied to clipboard

OAuth version (1a or 2)