Zitadel.Text.V1.ExternalUserNotFoundScreenText (zitadel_api v1.0.0-rc.7) View Source

Link to this section Summary

Link to this section Types

Link to this type

auto_register_button_text()

View Source

Specs

auto_register_button_text() :: String.t()

Specs

description() :: String.t()

Specs

t() :: %Zitadel.Text.V1.ExternalUserNotFoundScreenText{
  auto_register_button_text: auto_register_button_text(),
  description: description(),
  link_button_text: link_button_text(),
  privacy_link_text: privacy_link_text(),
  title: title(),
  tos_and_privacy_label: tos_and_privacy_label(),
  tos_confirm: tos_confirm(),
  tos_confirm_and: tos_confirm_and(),
  tos_link_text: tos_link_text()
}

Specs

title() :: String.t()
Link to this type

tos_and_privacy_label()

View Source

Specs

tos_and_privacy_label() :: String.t()

Specs

tos_confirm() :: String.t()

Specs

tos_confirm_and() :: String.t()

Link to this section Functions