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

Link to this section Summary

Link to this section Types

Specs

description() :: String.t()

Specs

description_init() :: String.t()

Specs

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

passwordless_button_text()

View Source

Specs

passwordless_button_text() :: String.t()

Specs

skip_button_text() :: String.t()

Specs

t() :: %Zitadel.Text.V1.PasswordlessPromptScreenText{
  description: description(),
  description_init: description_init(),
  next_button_text: next_button_text(),
  passwordless_button_text: passwordless_button_text(),
  skip_button_text: skip_button_text(),
  title: title()
}

Specs

title() :: String.t()

Link to this section Functions