class Doorkeeper::Server

Public Instance Methods

resource_owner_from_assertion() click to toggle source
# File lib/doorkeeper/grants_assertion.rb, line 19
def resource_owner_from_assertion
  context.send :resource_owner_from_assertion
end