module Doorkeeper::AssertionFlow

Constants

MAJOR
MINOR
REVISION
VERSION

Public Instance Methods

resource_owner_from_assertion() click to toggle source
# File lib/doorkeeper/assertion_flow.rb, line 10
def resource_owner_from_assertion
  instance_eval &Doorkeeper.configuration.resource_owner_from_assertion
end