AuthenticatorInfo class

Constructors

AuthenticatorInfo({required List<String> versions, List<String>? extensions, required List<int> aaguid, Map<String, bool>? options, int? maxMsgSize, List<int>? pinUvAuthProtocols, int? maxCredentialCountInList, int? maxCredentialIdLength, List<String>? transports, List<Map<String, int>>? algorithms, int? maxSerializedLargeBlobArray, bool? forcePinChange, int? minPinLength, int? firmwareVersion, int? maxCredBlobLength, int? maxRpIdsForSetMinPinLength, int? preferredPlatformUvAttempts, int? uvModality, Map<String, int>? certifications, int? remainingDiscoverableCredentials, List<int>? vendorPrototypeConfigCommands})

Properties

aaguid List<int>
final
algorithms List<Map<String, int>>?
final
certifications Map<String, int>?
final
extensions List<String>?
final
firmwareVersion int?
final
forcePinChange bool?
final
hashCode int
The hash code for this object.
no setterinherited
maxCredBlobLength int?
final
maxCredentialCountInList int?
final
maxCredentialIdLength int?
final
maxMsgSize int?
final
maxRpIdsForSetMinPinLength int?
final
maxSerializedLargeBlobArray int?
final
minPinLength int?
final
options Map<String, bool>?
final
pinUvAuthProtocols List<int>?
final
preferredPlatformUvAttempts int?
final
remainingDiscoverableCredentials int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transports List<String>?
final
uvModality int?
final
vendorPrototypeConfigCommands List<int>?
final
versions List<String>
final

Methods

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