userVerification property

  1. @JsonKey.new(defaultValue: 'preferred')
String userVerification
final

Optional in the WebAuthn spec; defaults to 'preferred' when omitted or null.

Implementation

@JsonKey(defaultValue: 'preferred')
final String userVerification;