Ory.Model.UpdateRegistrationFlowWithSamlMethod (ory_client v1.21.6)

Update registration flow using SAML

Summary

Types

t()

@type t() :: %Ory.Model.UpdateRegistrationFlowWithSamlMethod{
  csrf_token: String.t() | nil,
  method: String.t(),
  provider: String.t(),
  traits: map() | nil,
  transient_payload: map() | nil
}

Functions

decode(value)