Skip to main content
AuthProviderArgs is the class type of the optional sqrl argument for the auth provider function, which runs at server startup time. See reference for the provider decorator function for more information. The class can be imported from the squirrels.arguments or squirrels module.

Properties

project_path
str
Path to the Squirrels project directory.
proj_vars
dict[str, Any]
A copy of project variables as a dictionary.
env_vars
dict[str, str]
A copy of environment variables as a dictionary.