Update php.mdx

This commit is contained in:
Daniel Hougaard
2025-09-03 01:27:16 +02:00
parent 2fc9725b24
commit b7d202c33a

View File

@@ -45,7 +45,7 @@ The SDK methods are organized into the following high-level categories:
1. `auth`: Handles authentication methods.
2. `secrets`: Manages CRUD operations for secrets.
### `auth`
### `Auth`
The `auth` component provides methods for authentication:
@@ -67,7 +67,7 @@ $response = $sdk->auth()->universal_auth()->login(
We do not recommend hardcoding your [Machine Identity Tokens](/platform/identities/overview). Setting them as environment variables would be best.
</Warning>
### `secrets`
### `Secrets`
This sub-class handles operations related to secrets: