AuthenticationRule constructor
      
      AuthenticationRule({ 
    
    
- bool? allowWithoutCredential,
- OAuthRequirements? oauth,
- List<AuthRequirement> ? requirements,
- String? selector,
Implementation
AuthenticationRule({
  this.allowWithoutCredential,
  this.oauth,
  this.requirements,
  this.selector,
});