Sub2ApiCaptchaProof class final
Captcha proof accepted by the fixed Sub2API authentication endpoints.
Constructors
- Sub2ApiCaptchaProof({String? challengeToken, String? tencentCaptchaRandstr, String? tencentCaptchaTicket, @Deprecated('Use challengeToken for Turnstile or Aliyun captcha proofs.') String? turnstileToken})
-
const
Properties
- challengeToken → String?
-
Opaque proof serialized to Sub2API's legacy
turnstile_tokenwire field.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tencentCaptchaRandstr → String?
-
final
- tencentCaptchaTicket → String?
-
final
- turnstileToken → String?
-
Legacy name retained for source compatibility with v0.1.155 callers.
final
- wireChallengeToken → String?
-
Package-internal value sent through the shared captcha wire field.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited