WebAuthnService class

Mixed in types

Constructors

WebAuthnService(MethodChannel _channel)

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

decodeError(PlatformException error) Map<String, dynamic>
Mapping communication error structure.
inherited
getTimeout(Methods method) Duration
Specific timeout logic for specific methods.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeoutError() Map<String, dynamic>
Genetic timeout error.
inherited
toString() String
A string representation of this object.
inherited
webAuthnLogin() Future<Map<String, dynamic>?>
Login using WebAuthn/FIDO combination.
webAuthnRegister() Future<Map<String, dynamic>?>
Register using WebAuthn/FIDO combination.
webAuthnRevoke() Future<Map<String, dynamic>?>
Revoke WebAuthn/FIDO.

Operators

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