From 08ce20ec731b435c11a35f00c70151912798c3c5 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 27 Apr 2016 21:17:44 +0100 Subject: [PATCH] Improved ClientRepositoryInterface docs --- repository-interface-client.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repository-interface-client.md b/repository-interface-client.md index fa9a5b36..426410ca 100644 --- a/repository-interface-client.md +++ b/repository-interface-client.md @@ -15,3 +15,8 @@ The client secret may or may not be provided depending on the request sent by th You can use the grant type to determine if the client is permitted to use the grant type. 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: + +* `\League\OAuth2\Server\Entities\Traits\ClientTrait` +* `\League\OAuth2\Server\Entities\Traits\EntityTrait` \ No newline at end of file