Application-owned captcha vendor boundary.
The application decides how to call its chosen vendor. The auth package supplies only bounded input, a timeout, and a stable accepted/rejected result contract; it does not depend on a captcha SDK or HTTP API.
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
-
verify(
AuthCaptchaVerificationRequest< TContext> request) → FutureOr<AuthCaptchaVerificationResult> - Verifies a captcha token with the application-selected provider.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited