ApiConstant class abstract
A class that contains constant API endpoint paths for the application.
This class defines the base URL and various API endpoints used for interacting with the CyberSiara service.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- baseUrl ↔ String
-
The base URL for API requests.
getter/setter pair
- captchaForAndroid ↔ String
-
Endpoint to generate a captcha for Android devices.
getter/setter pair
- getCyberSiaraForAndroid ↔ String
-
Endpoint to retrieve CyberSiara configuration for Android devices.
getter/setter pair
- submitCaptchInfoForAndroid ↔ String
-
Endpoint to submit captcha information for Android devices.
getter/setter pair
- validateToken ↔ String
-
Endpoint to validate authentication tokens.
getter/setter pair
- verifiedSubmitForAndroid ↔ String
-
Endpoint to submit a verified captcha response for Android devices.
getter/setter pair