Class CodeAccuracyDescriptor
java.lang.Object
com.webauthn4j.metadata.data.statement.CodeAccuracyDescriptor
- All Implemented Interfaces:
Serializable
The CodeAccuracyDescriptor describes the relevant accuracy/complexity aspects of passcode user verification methods.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCodeAccuracyDescriptor(@NonNull Integer base, @NonNull Integer minLength, @Nullable Integer maxRetries, @Nullable Integer blockSlowdown) -
Method Summary