module Doorkeeper::GrantsAssertion

Constants

VERSION

Public Instance Methods

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