Use the Auth0 PHP SDK API namespaces
mainThe Auth0\SDK\API\ namespace serves as the entry point for interacting with Auth0 services via the PHP SDK. It is divided into two primary functional areas:
- Authentication: Used for handling user authentication flows, such as logging in, logging out, and managing sessions.
- Management: Used for interacting with the Auth0 Management API to perform administrative tasks like managing users, connections, clients, and tenant configurations.
Refer to the specific documentation for Authentication or Management to learn how to instantiate and use these sub-namespaces.