# File lib/grape/middleware/auth/strategies.rb, line 7 def add(label, strategy, option_fetcher = ->(_) { [] }) auth_strategies[label] = StrategyInfo.new(strategy, option_fetcher) end