AuthCaptchaClientPlugin class final

Installs captcha-aware credential operations on an AuthClient.

Applications only need this client plugin when the server composes a CaptchaPlugin. The normal credentials client remains captcha-agnostic.

Implemented types

Constructors

AuthCaptchaClientPlugin({String provider = 'credentials'})
Creates the captcha client plugin for provider.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Stable identifier used to install and retrieve this plugin.
no setteroverride
provider String
Provider identifier sent with credential requests.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

install(AuthClientPluginContext context) AuthCaptchaClient
Builds the typed API exposed by this plugin.
override
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