class Doorkeeper::GrantFlow::Flow

def initialize(name, **options)

def initialize(name, **options)
  @name = name
  @grant_type_matches = options[:grant_type_matches]
  @grant_type_strategy = options[:grant_type_strategy]
  @response_type_matches = options[:response_type_matches]
  @response_type_strategy = options[:response_type_strategy]
  @response_mode_matches = options[:response_mode_matches]
end