AuthSettings constructor
const
AuthSettings({
- bool? enableAuth,
- List<
AllowlistItem> ? allowlist,
Implementation
const AuthSettings({
this.enableAuth,
this.allowlist,
this.shareableToken,
});