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

Link to this section Summary

Types

Text to describe that auto redirect should happen after successful login

Text to describe that the window can be closed after redirect

t()

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

Link to this type

auto_redirect_description()

View Source

Specs

auto_redirect_description() :: String.t()

Text to describe that auto redirect should happen after successful login

Specs

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

redirected_description()

View Source

Specs

redirected_description() :: String.t()

Text to describe that the window can be closed after redirect

Specs

t() :: %Zitadel.Text.V1.SuccessLoginScreenText{
  auto_redirect_description: auto_redirect_description(),
  next_button_text: next_button_text(),
  redirected_description: redirected_description(),
  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.