Cheetah
|
Public Member Functions | |
getPublicKey ($client_id=null) | |
getPrivateKey ($client_id=null) | |
getEncryptionAlgorithm ($client_id=null) | |
Implement this interface to specify where the OAuth2 Server should get public/private key information
Definition at line 11 of file PublicKeyInterface.php.
OAuth2\Storage\PublicKeyInterface::getEncryptionAlgorithm | ( | $client_id = null | ) |
Implemented in OAuth2\Storage\Pdo, OAuth2\Storage\Memory, OAuth2\Storage\DynamoDB, and OAuth2\Storage\Cassandra.
OAuth2\Storage\PublicKeyInterface::getPrivateKey | ( | $client_id = null | ) |
Implemented in OAuth2\Storage\Pdo, OAuth2\Storage\Memory, OAuth2\Storage\DynamoDB, and OAuth2\Storage\Cassandra.
OAuth2\Storage\PublicKeyInterface::getPublicKey | ( | $client_id = null | ) |
Implemented in OAuth2\Storage\Pdo, OAuth2\Storage\Memory, OAuth2\Storage\DynamoDB, and OAuth2\Storage\Cassandra.