Skip to main content
Version: Next

Interface: EnvVarRequirement

An env var an external auth provider needs. Wasp renders these into the app's generated env validation, so a missing var fails at boot with doc as the explanation instead of failing at the first authenticated request.

Properties

doc?

optional doc?: string


name

name: string


optional?

optional optional?: boolean