FidoMetadataStatusReport class final
One status report attached to a metadata entry.
Properties
- authenticatorVersion → int?
-
Authenticator firmware version associated with the report, when supplied.
final
- batchCertificateSha256Fingerprint → String?
-
SHA-256 fingerprint of the affected batch certificate, when supplied.
final
- certificateSha256Fingerprint → String?
-
SHA-256 fingerprint of the affected certificate, when supplied.
final
- effectiveDate → DateTime?
-
Date on which this status became effective, when supplied by MDS.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawStatus → String
-
Original status token, retained so unknown future values remain
distinguishable without exposing parser diagnostics.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → FidoMetadataAuthenticatorStatus
-
Parsed status, or FidoMetadataAuthenticatorStatus.unknown.
final
- url → Uri?
-
Reference URL supplied with the status report, when available.
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