Ory.Model.ContinueWithSetOrySessionToken (ory_client v1.1.37)

Indicates that a session was issued, and the application should use this token for authenticated requests

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.ContinueWithSetOrySessionToken{
  action: String.t(),
  ory_session_token: String.t()
}