Ory.Model.UpdateVerificationFlowWithCodeMethod
(ory_client v1.21.6)
Types
@type t() :: %Ory.Model.UpdateVerificationFlowWithCodeMethod{
code: String.t() | nil,
csrf_token: String.t() | nil,
email: String.t() | nil,
method: String.t(),
transient_payload: map() | nil
}