Cheetah
plugins
OAuth2
Storage
ScopeInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
OAuth2\Storage
;
4
12
interface
ScopeInterface
13
{
23
public
function
scopeExists
($scope);
24
45
public
function
getDefaultScope
($client_id =
null
);
46
}
php
OAuth2\Storage\ScopeInterface
Definition:
ScopeInterface.php:13
OAuth2\Storage
Definition:
AccessTokenInterface.php:3
OAuth2\Storage\ScopeInterface\getDefaultScope
getDefaultScope($client_id=null)
OAuth2\Storage\ScopeInterface\scopeExists
scopeExists($scope)
Generated by
1.8.20