residentKey property
Optional in the WebAuthn spec with no static default; when omitted or null
its effective value is derived from requireResidentKey ('required'
when true, otherwise 'discouraged') per WebAuthn Level 3 ยง5.4.4.
Implementation
@JsonKey(readValue: _readResidentKey)
final String residentKey;