package
3.2.7-fix1
Repository: https://github.com/explorer1092/nuclei.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewAuthProvider creates a new auth provider from the given options.
NewFileAuthProvider creates a new file based auth provider.
NewMultiAuthProvider creates a new multi auth provider.

# Variables

No description provided by the author

# Structs

AuthProviderOptions contains options for the auth provider.
FileAuthProvider is an auth provider for file based auth it accepts a secrets file and returns its provider.
MultiAuthProvider is a convenience wrapper for multiple auth providers it returns the first matching auth strategy for a given domain if there are multiple auth strategies for a given domain, it returns the first one.

# Interfaces

AuthProvider is an interface for auth providers It implements a data structure suitable for quick lookup and retrieval of auth strategies.