AuthenticationExtensionsClientInputs constructor
      
      AuthenticationExtensionsClientInputs({ 
    
    
- String credentialProtectionPolicy,
- bool enforceCredentialProtectionPolicy,
- JSArrayBuffer credBlob,
- bool getCredBlob,
- bool minPinLength,
- bool hmacCreateSecret,
- HMACGetSecretInput hmacGetSecret,
- AuthenticationExtensionsPaymentInputs payment,
- String appid,
- String appidExclude,
- bool credProps,
- AuthenticationExtensionsPRFInputs prf,
- AuthenticationExtensionsLargeBlobInputs largeBlob,
- bool uvm,
- AuthenticationExtensionsSupplementalPubKeysInputs supplementalPubKeys,
Implementation
external factory AuthenticationExtensionsClientInputs({
  String credentialProtectionPolicy,
  bool enforceCredentialProtectionPolicy,
  JSArrayBuffer credBlob,
  bool getCredBlob,
  bool minPinLength,
  bool hmacCreateSecret,
  HMACGetSecretInput hmacGetSecret,
  AuthenticationExtensionsPaymentInputs payment,
  String appid,
  String appidExclude,
  bool credProps,
  AuthenticationExtensionsPRFInputs prf,
  AuthenticationExtensionsLargeBlobInputs largeBlob,
  bool uvm,
  AuthenticationExtensionsSupplementalPubKeysInputs supplementalPubKeys,
});