Zitadel.Text.V1.PasswordScreenText (zitadel_api v1.0.0-rc.7) View Source
Link to this section Summary
Link to this section Types
Specs
back_button_text() :: String.t()
Specs
confirmation() :: String.t()
Specs
description() :: String.t()
Specs
has_lowercase() :: String.t()
Specs
has_number() :: String.t()
Specs
has_symbol() :: String.t()
Specs
has_uppercase() :: String.t()
Specs
min_length() :: String.t()
Specs
next_button_text() :: String.t()
Specs
password_label() :: String.t()
Specs
reset_link_text() :: String.t()
Specs
t() :: %Zitadel.Text.V1.PasswordScreenText{
back_button_text: back_button_text(),
confirmation: confirmation(),
description: description(),
has_lowercase: has_lowercase(),
has_number: has_number(),
has_symbol: has_symbol(),
has_uppercase: has_uppercase(),
min_length: min_length(),
next_button_text: next_button_text(),
password_label: password_label(),
reset_link_text: reset_link_text(),
title: title()
}
Specs
title() :: String.t()