Skip to main content
Version: Next

Type Alias: AuthProviderManifestInput

AuthProviderManifestInput = Omit<ExternalAuthProviderManifest, "kind" | "contractVersion" | "__waspAuthProviderManifest" | "capabilities" | "env"> & object

The input accepted by defineAuthProviderManifest: everything in the manifest that carries information, without the fields the definition step fills in itself (kind, contractVersion, the authenticity marker).

Type Declaration

capabilities?

optional capabilities?: string[]

env?

optional env?: object

env.client?

optional client?: EnvVarRequirement[]

env.server?

optional server?: EnvVarRequirement[]