AuthenticationRule constructor

AuthenticationRule({
  1. bool? allowWithoutCredential,
  2. OAuthRequirements? oauth,
  3. List<AuthRequirement>? requirements,
  4. String? selector,
})

Implementation

AuthenticationRule({
  this.allowWithoutCredential,
  this.oauth,
  this.requirements,
  this.selector,
});