module Grape::Middleware::Auth::Strategies

def add(label, strategy, option_fetcher = ->(_) { [] })

def add(label, strategy, option_fetcher = ->(_) { [] })
  auth_strategies[label] = StrategyInfo.new(strategy, option_fetcher)
end