AuthenticationExtensionsClientOutputs constructor

AuthenticationExtensionsClientOutputs({
  1. bool? appid,
  2. CredentialPropertiesOutput? credProps,
  3. bool? hmacCreateSecret,
})

Implementation

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