AuthenticationExtensionsClientInputs constructor

AuthenticationExtensionsClientInputs({
  1. String? appid,
  2. bool? credProps,
  3. bool? hmacCreateSecret,
})

Implementation

factory AuthenticationExtensionsClientInputs({
  _i2.String? appid,
  _i2.bool? credProps,
  _i2.bool? hmacCreateSecret,
}) =>
    AuthenticationExtensionsClientInputs._(
      appid: appid,
      credProps: credProps,
      hmacCreateSecret: hmacCreateSecret,
    );