Cheetah
ClientInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace OAuth2\Storage;
4 
11 interface ClientInterface
12 {
38  public function getClientDetails($client_id);
39 
46  public function getClientScope($client_id);
47 
65  public function checkRestrictedGrantType($client_id, $grant_type);
66 }
OAuth2\Storage\ClientInterface\checkRestrictedGrantType
checkRestrictedGrantType($client_id, $grant_type)
php
OAuth2\Storage\ClientInterface\getClientScope
getClientScope($client_id)
OAuth2\Storage\ClientInterface
Definition: ClientInterface.php:12
OAuth2\Storage\ClientInterface\getClientDetails
getClientDetails($client_id)
OAuth2\Storage
Definition: AccessTokenInterface.php:3