Module OAuth::Controllers::ApplicationControllerMethods
In: lib/oauth/controllers/application_controller_methods.rb

Methods

Classes and Modules

Module OAuth::Controllers::ApplicationControllerMethods::ClassMethods
Class OAuth::Controllers::ApplicationControllerMethods::Authenticator
Class OAuth::Controllers::ApplicationControllerMethods::Filter

Public Class methods

Protected Instance methods

override this in your controller

use in before_filter. Note this is for compatibility purposes. Better to use oauthenticate now

use in a before_filter. Note this is for compatibility purposes. Better to use oauthenticate now

[Validate]