Cheetah
Public Member Functions | List of all members
OAuth2\Storage\PublicKeyInterface Interface Reference
Inheritance diagram for OAuth2\Storage\PublicKeyInterface:
OAuth2\Storage\Cassandra OAuth2\Storage\DynamoDB OAuth2\Storage\Memory OAuth2\Storage\Pdo

Public Member Functions

 getPublicKey ($client_id=null)
 
 getPrivateKey ($client_id=null)
 
 getEncryptionAlgorithm ($client_id=null)
 

Detailed Description

Implement this interface to specify where the OAuth2 Server should get public/private key information

Author
Brent Shaffer <bshafs at gmail dot com>

Definition at line 11 of file PublicKeyInterface.php.

Member Function Documentation

◆ getEncryptionAlgorithm()

OAuth2\Storage\PublicKeyInterface::getEncryptionAlgorithm (   $client_id = null)

◆ getPrivateKey()

OAuth2\Storage\PublicKeyInterface::getPrivateKey (   $client_id = null)

◆ getPublicKey()

OAuth2\Storage\PublicKeyInterface::getPublicKey (   $client_id = null)

The documentation for this interface was generated from the following file: