AuthenticationExtensionsClientOutputs constructor
AuthenticationExtensionsClientOutputs({
- bool? appid,
- CredentialPropertiesOutput? credProps,
- bool? hmacCreateSecret,
Implementation
factory AuthenticationExtensionsClientOutputs({
_i2.bool? appid,
_i3.CredentialPropertiesOutput? credProps,
_i2.bool? hmacCreateSecret,
}) =>
AuthenticationExtensionsClientOutputs._(
appid: appid,
credProps: credProps ?? _i6.undefined,
hmacCreateSecret: hmacCreateSecret,
);