Method: OAuthenticator::ConfigMethods#consumer_secret
- Defined in:
- lib/oauthenticator/config_methods.rb
#consumer_secret ⇒ String
this should look up the consumer secret in your application's storage corresponding to the request's
consumer key, which is available via the #consumer_key method. see the README for an example
implementation.
84 85 86 |
# File 'lib/oauthenticator/config_methods.rb', line 84 def consumer_secret config_method_not_implemented end |