AuthenticationExtensionsClientOutputs constructor

AuthenticationExtensionsClientOutputs({
  1. bool hmacCreateSecret,
  2. HMACGetSecretOutput hmacGetSecret,
  3. bool appid,
  4. bool appidExclude,
  5. CredentialPropertiesOutput credProps,
  6. AuthenticationExtensionsPRFOutputs prf,
  7. AuthenticationExtensionsLargeBlobOutputs largeBlob,
  8. UvmEntries uvm,
  9. AuthenticationExtensionsSupplementalPubKeysOutputs supplementalPubKeys,
})

Implementation

external factory AuthenticationExtensionsClientOutputs({
  bool hmacCreateSecret,
  HMACGetSecretOutput hmacGetSecret,
  bool appid,
  bool appidExclude,
  CredentialPropertiesOutput credProps,
  AuthenticationExtensionsPRFOutputs prf,
  AuthenticationExtensionsLargeBlobOutputs largeBlob,
  UvmEntries uvm,
  AuthenticationExtensionsSupplementalPubKeysOutputs supplementalPubKeys,
});