mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-12 06:42:04 +05:30
Merge pull request #713 from davedevelopment/patch-1
Fixes word in docs
This commit is contained in:
commit
e6e6f75b56
@ -16,7 +16,7 @@ You can use the grant type to determine if the client is permitted to use the gr
|
|||||||
|
|
||||||
If the client's credentials are validated you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface`
|
If the client's credentials are validated you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface`
|
||||||
|
|
||||||
There are two grants you can use to help you implement some of the `ClientEntityInterface` methods:
|
There are two traits you can use to help you implement some of the `ClientEntityInterface` methods:
|
||||||
|
|
||||||
* `\League\OAuth2\Server\Entities\Traits\ClientTrait`
|
* `\League\OAuth2\Server\Entities\Traits\ClientTrait`
|
||||||
* `\League\OAuth2\Server\Entities\Traits\EntityTrait`
|
* `\League\OAuth2\Server\Entities\Traits\EntityTrait`
|
Loading…
x
Reference in New Issue
Block a user