# 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.