AuthSettings constructor

const AuthSettings({
  1. bool? enableAuth,
  2. List<AllowlistItem>? allowlist,
  3. dynamic shareableToken,
})

Implementation

const AuthSettings({
  this.enableAuth,
  this.allowlist,
  this.shareableToken,
});