Type Alias: UserAuthenticationDef¶
UserAuthenticationDef =
AuthenticationDef&object
Defined in: api_types.ts:707
A full definition of a pack's user authentication settings, used in PackDefinitionBuilder.setUserAuthentication.
Type Declaration¶
| Name | Type | Description | Defined in |
|---|---|---|---|
defaultConnectionRequirement? |
ConnectionRequirement |
It can be annoying to set connectionRequirement on every building block in a Pack. Use this setting in your Pack's auth settings to quickly say "every building block in this Pack requires an account". Without a connectionRequirement, building blocks will be assumed to not need account connections. |
api_types.ts:714 |