OsAuthenticationListenHandler class abstract

An object that can be used to pause or resume listening for OS credentials (i.e. fingerprint, face recognition) and to cancel the whole operation while listening for credentials.

IMPORTANT
The OsAuthenticationListenHandler class is Android specific.

This is used with the Aaid.biometric, Aaid.devicePasscode and Aaid.fingerprint authenticator attestation identifiers.

Constructors

OsAuthenticationListenHandler(String operationId)
Default constructor for OsAuthenticationListenHandler.
factory

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

cancelAuthentication() Future<void>
Cancels the authentication operation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseListening() Future<OsAuthenticationListenHandler>
Pauses listening for OS credentials.
resumeListening() Future<OsAuthenticationListenHandler>
Resumes listening for OS credentials.
toString() String
A string representation of this object.
inherited

Operators

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