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