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
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
OAuth server token request URL
Link copied to clipboard
OAuth version (1a or 2)