Ory.Model.UpdateVerificationFlowWithCodeMethod (ory_client v1.21.6)

Summary

Types

t()

@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
}

Functions

decode(value)