Ory.Model.ContinueWithSetOrySessionToken (ory_client v1.6.2)

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

Summary

Types

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

Functions