HmsFido2Client class

Constructors

HmsFido2Client()

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

getAuthenticationIntent(PublicKeyCredentialRequestOptions options) Future<Fido2AuthenticationResponse?>
getPlatformAuthenticators() Future<List<AuthenticatorMetadata?>?>
getPlatformAuthenticatorsWithCb(dynamic onSuccess({List<AuthenticatorMetadata?>? result}), dynamic onFailure({String? errString, int? errorCode})) Future<void>
getRegistrationIntent(PublicKeyCredentialCreationOptions options) Future<Fido2RegistrationResponse?>
hasPlatformAuthenticators() Future<bool?>
hasPlatformAuthenticatorsWithCb(dynamic onSuccess({bool? result}), dynamic onFailure({String? errString, int? errorCode})) Future<void>
isSupported() Future<bool?>
isSupportedExAsync(dynamic callback({String? errString, int? resultCode})) Future<void>
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