Class: Doorkeeper::GrantFlow::FallbackFlow

Inherits:
Flow
  • Object
show all
Defined in:
lib/doorkeeper/grant_flow/fallback_flow.rb

Instance Attribute Summary

Attributes inherited from Flow

#grant_type_matches, #grant_type_strategy, #name, #response_mode_matches, #response_type_matches, #response_type_strategy

Instance Method Summary collapse

Methods inherited from Flow

#default_response_mode, #initialize, #matches_grant_type?, #matches_response_mode?, #matches_response_type?

Constructor Details

This class inherits a constructor from Doorkeeper::GrantFlow::Flow

Instance Method Details

#handles_grant_type?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/doorkeeper/grant_flow/fallback_flow.rb', line 6

def handles_grant_type?
  false
end

#handles_response_type?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/doorkeeper/grant_flow/fallback_flow.rb', line 10

def handles_response_type?
  false
end