AuthenticationRule constructor

AuthenticationRule({
  1. String selector = '',
  2. OauthRequirements? oauth,
  3. bool allowWithoutCredential = false,
  4. List<AuthRequirement> requirements = const [],
})

Implementation

AuthenticationRule({
  this.selector = '',
  this.oauth,
  this.allowWithoutCredential = false,
  this.requirements = const [],
}) : super(fullyQualifiedName);