class Doorkeeper::GrantFlow::FallbackFlow

Public Instance Methods

handles_grant_type?() click to toggle source
# File lib/doorkeeper/grant_flow/fallback_flow.rb, line 6
def handles_grant_type?
  false
end
handles_response_type?() click to toggle source
# File lib/doorkeeper/grant_flow/fallback_flow.rb, line 10
def handles_response_type?
  false
end