ApiConfigHandler class
Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration for API handlers.
Constructors
- ApiConfigHandler({String? authFailAction, String? login, String? script, String? securityLevel, String? url})
- ApiConfigHandler.fromJson(Map json_)
Properties
- authFailAction ↔ String?
-
Action to take when users access resources that require authentication.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- login ↔ String?
-
Level of login required to access this resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- script ↔ String?
-
Path to the script from the application root directory.
getter/setter pair
- securityLevel ↔ String?
-
Security (HTTPS) enforcement for this URL.
Possible string values are:
getter/setter pair
- url ↔ String?
-
URL to serve the endpoint at.
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