Method: AppEngine::OAuth.oauth_consumer_key
- Defined in:
- lib/appengine-apis/oauth.rb
.oauth_consumer_key ⇒ Object
Returns the oauth_consumer_key OAuth parameter from the request. Throws: OAuthRequestException - If the request was not a valid OAuth request. OAuthServiceFailureException - If an unknown OAuth error occurred.
44 45 46 |
# File 'lib/appengine-apis/oauth.rb', line 44 def oauth_consumer_key Service.get_oauth_consumer_key end |