AuthenticationRule constructor
AuthenticationRule({
- String selector = '',
- OauthRequirements? oauth,
- bool allowWithoutCredential = false,
- List<
AuthRequirement> requirements = const [],
Implementation
AuthenticationRule({
this.selector = '',
this.oauth,
this.allowWithoutCredential = false,
this.requirements = const [],
}) : super(fullyQualifiedName);