API Context ContextInterface - evansims/openfga-php GitHub Wiki
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
OpenFGA\Context
- Context (implementation)