View Source Zitadel.Text.V1.PasswordScreenText (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Text.V1.PasswordScreenText{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  back_button_text: String.t(),
  confirmation: String.t(),
  description: String.t(),
  has_lowercase: String.t(),
  has_number: String.t(),
  has_symbol: String.t(),
  has_uppercase: String.t(),
  min_length: String.t(),
  next_button_text: String.t(),
  password_label: String.t(),
  reset_link_text: String.t(),
  title: String.t()
}

Link to this section Functions