View Source Zitadel.Text.V1.InitMFAPromptScreenText (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Text.V1.InitMFAPromptScreenText{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  description: String.t(),
  next_button_text: String.t(),
  otp_option: String.t(),
  skip_button_text: String.t(),
  title: String.t(),
  u2f_option: String.t()
}

Link to this section Functions