AuthenticationExtensionsClientInputs constructor

AuthenticationExtensionsClientInputs({
  1. String credentialProtectionPolicy,
  2. bool enforceCredentialProtectionPolicy,
  3. JSArrayBuffer credBlob,
  4. bool getCredBlob,
  5. bool minPinLength,
  6. bool hmacCreateSecret,
  7. HMACGetSecretInput hmacGetSecret,
  8. AuthenticationExtensionsPaymentInputs payment,
  9. String appid,
  10. String appidExclude,
  11. bool credProps,
  12. AuthenticationExtensionsPRFInputs prf,
  13. AuthenticationExtensionsLargeBlobInputs largeBlob,
  14. bool uvm,
  15. 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,
});