requireResidentKey property

  1. @JsonKey.new(defaultValue: false)
bool requireResidentKey
final

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

Implementation

@JsonKey(defaultValue: false)
final bool requireResidentKey;