AuthCaptchaVerificationResult class final
Typed result returned by an application-owned captcha verifier.
Constructors
- AuthCaptchaVerificationResult({required bool accepted})
-
Creates a result with the explicit
accepteddecision.const - AuthCaptchaVerificationResult.accepted()
-
Creates an accepted verification result.
const
- AuthCaptchaVerificationResult.rejected()
-
Creates a rejected verification result.
const
Properties
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