API Authentication README - evansims/openfga-php GitHub Wiki
API Documentation > Authentication
Authentication providers and token management for OpenFGA API access.
Total Components: 5
Name | Description |
---|---|
AccessTokenInterface |
Represents an access token for OpenFGA API authentication. Access tokens are credentials used to ... |
AuthenticationInterface |
Interface for OpenFGA authentication strategies. This interface defines the contract for differen... |
Name | Description |
---|---|
AccessToken |
Immutable access token implementation for OpenFGA API authentication. This class represents an OA... |
ClientCredentialAuthentication |
OAuth 2.0 Client Credentials authentication strategy for OpenFGA client. This authentication stra... |
TokenAuthentication |
Token-based authentication strategy for OpenFGA client. This authentication strategy uses a pre-s... |