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?
optionalcapabilities?:string[]
env?
optionalenv?:object
env.client?
optionalclient?:EnvVarRequirement[]
env.server?
optionalserver?:EnvVarRequirement[]