Ory.Model.SuccessfulNativeRegistration (ory_client v1.1.23)

The Response for Registration Flows via API

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.SuccessfulNativeRegistration{
  identity: Ory.Model.Identity.t(),
  session: Ory.Model.Session.t() | nil,
  session_token: String.t() | nil
}