AuthenticationRule class
Authentication rules for the service.
By default, if a method has any authentication requirements, every request must include a valid credential matching one of the requirements. It's an error to include more than one kind of credential in a single request. If a method doesn't have any auth requirements, request credentials will be ignored.
Constructors
-
AuthenticationRule({bool? allowWithoutCredential, OAuthRequirements? oauth, List<
AuthRequirement> ? requirements, String? selector}) - AuthenticationRule.fromJson(Map json_)
Properties
- allowWithoutCredential ↔ bool?
-
If true, the service accepts API keys without any other credential.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- oauth ↔ OAuthRequirements?
-
The requirements for OAuth credentials.
getter/setter pair
-
requirements
↔ List<
AuthRequirement> ? -
Requirements for additional authentication providers.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selector ↔ String?
-
Selects the methods to which this rule applies.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited