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