module EndpointFlux::Middlewares::Authenticator::Skip
Public Class Methods
perform(*args, _options)
click to toggle source
# File lib/endpoint_flux/middlewares/authenticator/skip.rb, line 5 def self.perform(*args, _options) args end