ApplicationVerifier<T extends ApplicationVerifierJsImpl> class abstract

A verifier for domain verification and abuse prevention.

See: firebase.google.com/docs/reference/js/firebase.auth.ApplicationVerifier

Implementers

Constructors

ApplicationVerifier.fromJsObject(T jsObject)
Creates a new ApplicationVerifier from a jsObject.

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → T
JS object.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Returns the type of application verifier (e.g. 'recaptcha').
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.
inherited
verify() Future<String>
Executes the verification process. Returns a Future containing string for a token that can be used to assert the validity of a request.

Operators

operator ==(Object other) bool
The equality operator.
inherited