class Doorkeeper::Server

Public Instance Methods

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