Skip to main content

OAuth1 caller

cp:otoroshi.next.plugins.OAuth1Caller

This plugin can be used to call api that are authenticated using OAuth1. Consumer key, secret, and OAuth token et OAuth token secret can be pass through the metadata of an api key or via the configuration of this plugin.```

categories:

  • Authentication

default configuration:

{
"consumerKey" : null,
"consumerSecret" : null,
"token" : null,
"tokenSecret" : null,
"algo" : null
}