Ory.Model.ManageSessionsResponse (ory_client v1.22.40)

Copy Markdown

Response body for the bulk session management endpoint. Reports how many rows the call processed and, for the wildcard variant, whether the network still has matching rows left. Explicit-IDs requests always return more: false. Wildcard callers drain the network by re-issuing the same request while more is true.

Summary

Types

t()

@type t() :: %Ory.Model.ManageSessionsResponse{
  more: boolean() | nil,
  processed: integer() | nil
}

Functions

decode(value)