Ory.Model.ManageSessionsBody (ory_client v1.22.40)

Copy Markdown

Body for the bulk session management endpoint. Exactly one of identities or sessions must be provided. To operate on every session in the network, pass identities: ["*"] — the wildcard must appear alone, never mixed with explicit IDs.

Summary

Types

t()

@type t() :: %Ory.Model.ManageSessionsBody{
  action: String.t(),
  identities: [String.t()] | nil,
  sessions: [String.t()] | nil
}

Functions

decode(value)