Zitadel.Text.V1.PasswordScreenText (zitadel_api v1.0.0-rc.9) View Source

Link to this section Summary

Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.

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

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()

Link to this section Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.