Method: OAuthenticator::ConfigMethods#consumer_secret

Defined in:
lib/oauthenticator/config_methods.rb

#consumer_secretString

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.

Returns:

  • (String)

    the consumer secret for the request's consumer key



84
85
86
# File 'lib/oauthenticator/config_methods.rb', line 84

def consumer_secret
  config_method_not_implemented
end