Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 29, 2024
1 parent c8d8ed2 commit 732d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/client-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class MyOAuthClientProvider extends OAuthClient

This is the minimum amount of implementation required for a typical OAuth client provider.

Consume client providers are built around the [Auth](https://github.com/verbb/auth) which in turn in built around [league/oauth2-client](https://github.com/thephpleague/oauth2-client). You can see that the `getOAuthProviderClass()` must return a `League\OAuth2\Client\Provider\AbstractProvider` class.
Consume client providers are built around the [Auth](https://github.com/verbb/auth) which in turn is built around [league/oauth2-client](https://github.com/thephpleague/oauth2-client). You can see that the `getOAuthProviderClass()` must return a `League\OAuth2\Client\Provider\AbstractProvider` class.

## Credentials Example
A Credentials client is similar to an OAuth one, without the need to provide a `getOAuthProviderClass()` class.
Expand Down

0 comments on commit 732d9b0

Please sign in to comment.