Ory.Model.UpdateRegistrationFlowWithSamlMethod
(ory_client v1.21.6)
Update registration flow using SAML
Types
@type t() :: %Ory.Model.UpdateRegistrationFlowWithSamlMethod{
csrf_token: String.t() | nil,
method: String.t(),
provider: String.t(),
traits: map() | nil,
transient_payload: map() | nil
}