SecureTextField

fun SecureTextField(autofill: AutofillType, textStyle: TextStyle, shape: Shape, colors: TextFieldColors, maxValueLength: Int, visualTransformation: VisualTransformation, contentPadding: PaddingValues, onValueChange: (SpreedlySecureOpaqueString) -> Unit, label: @Composable () -> Unit, modifier: Modifier = Modifier, initialValue: String = "", trailingIcon: @Composable () -> Unit? = null)