Cheetah
plugins
OAuth2
Storage
PublicKeyInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
OAuth2\Storage
;
4
11
interface
PublicKeyInterface
12
{
13
public
function
getPublicKey
($client_id =
null
);
14
public
function
getPrivateKey
($client_id =
null
);
15
public
function
getEncryptionAlgorithm
($client_id =
null
);
16
}
OAuth2\Storage\PublicKeyInterface
Definition:
PublicKeyInterface.php:12
php
OAuth2\Storage\PublicKeyInterface\getPrivateKey
getPrivateKey($client_id=null)
OAuth2\Storage\PublicKeyInterface\getPublicKey
getPublicKey($client_id=null)
OAuth2\Storage
Definition:
AccessTokenInterface.php:3
OAuth2\Storage\PublicKeyInterface\getEncryptionAlgorithm
getEncryptionAlgorithm($client_id=null)
Generated by
1.8.20