FidoMetadataNextUpdatePolicy enum

How the deprecated MDS nextUpdate field affects blob acceptance.

Inheritance
Available extensions

Values

advisory → const FidoMetadataNextUpdatePolicy

Parse and bound the field when present, but do not require it or reject a cryptographically valid blob solely because the advisory date elapsed.

requireFreshWhenPresent → const FidoMetadataNextUpdatePolicy

Reject a present nextUpdate value after it has elapsed.

A missing value is still accepted for forward compatibility with the field's planned removal from MDS.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<FidoMetadataNextUpdatePolicy>
A constant List of the values in this enum, in order of their declaration.