Packages

OpenAPI API client for Ory Kratos, Ory's central identity management solution with hardened authentication, MFA, FIDO2, TOTP, WebAuthn, SSO, profile management, and more.

Current section

Files

Jump to
ory_kratos lib ory model registration_flow_state.ex
Raw

lib/ory/model/registration_flow_state.ex

# NOTE: This file is auto generated by OpenAPI Generator 7.2.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule Ory.Model.RegistrationFlowState do
@moduledoc """
choose_method: ask the user to choose a method (e.g. registration with email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the registration challenge was passed.
"""
@derive Jason.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end