Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

API Context ContextInterface

Evan Sims edited this page Jul 8, 2025 · 3 revisions

Manages ambient context for OpenFGA operations. This interface provides a way to manage and access contextual information (client, store, and model) throughout the execution of OpenFGA operations. It implements a stack-based context system that allows nested contexts.

Table of Contents


Namespace

OpenFGA\Context


Source

View source code


Related Classes

Clone this wiki locally