Module: Doorkeeper::AssertionFlow
- Defined in:
- lib/doorkeeper/assertion_flow.rb,
lib/doorkeeper/assertion_flow/railtie.rb,
lib/doorkeeper/assertion_flow/version.rb
Defined Under Namespace
Classes: Railtie
Constant Summary collapse
- MAJOR =
0- MINOR =
0- REVISION =
2- VERSION =
[MAJOR, MINOR, REVISION].compact.join '.'
Instance Method Summary collapse
Instance Method Details
#resource_owner_from_assertion ⇒ Object
10 11 12 |
# File 'lib/doorkeeper/assertion_flow.rb', line 10 def resource_owner_from_assertion instance_eval &Doorkeeper.configuration.resource_owner_from_assertion end |