Skip to content

Type Alias: AuthenticationDef

AuthenticationDef = NoAuthentication | VariousAuthentication | AllowedAuthenticationDef

Defined in: types.ts:921

The union of supported authentication definitions. These represent simplified configurations a pack developer can specify when calling PackDefinitionBuilder.setUserAuthentication when using a pack definition builder. The builder massages these definitions into the form of an Authentication value, which is the value Coda ultimately cares about.