diff --git a/digging-deeper/oauth2-authentication/client-credentials-grant.md b/digging-deeper/oauth2-authentication/client-credentials-grant.md index 2455d3a..b810cca 100644 --- a/digging-deeper/oauth2-authentication/client-credentials-grant.md +++ b/digging-deeper/oauth2-authentication/client-credentials-grant.md @@ -49,6 +49,7 @@ After you have added the trait, you will need to tell Saloon how to authenticate use Saloon\Http\Connector; use Saloon\Traits\OAuth2\ClientCredentialsGrant; +use Saloon\Helpers\OAuth2\OAuthConfig; class WarehouseConnector extends Connector {