class OktaAuthProxy::CLI

Public Instance Methods

serve(port: nil, threads: nil, bind: nil, debug: nil) click to toggle source
# File lib/okta-auth-proxy/cli.rb, line 11
def serve(port: nil, threads: nil, bind: nil, debug: nil)
  opts = options.deep_symbolize_keys
  OktaAuthProxy::ProxyServer.new(**opts).run
end