Module: SimpleMobileOauth::Authenticator::ClassMethods
- Defined in:
- lib/simple_mobile_oauth/authenticator.rb
Instance Method Summary collapse
Instance Method Details
#build_user(&block) ⇒ Object
57 58 59 |
# File 'lib/simple_mobile_oauth/authenticator.rb', line 57 def build_user(&block) define_method(:_build_user_strategy, &block) end |
#find_identity(&block) ⇒ Object
49 50 51 |
# File 'lib/simple_mobile_oauth/authenticator.rb', line 49 def find_identity(&block) define_method(:_find_identity_strategy, &block) end |
#find_user(&block) ⇒ Object
53 54 55 |
# File 'lib/simple_mobile_oauth/authenticator.rb', line 53 def find_user(&block) define_method(:_find_user_strategy, &block) end |