PHP Class fkooman\RemoteStorage\RemoteStorageResourceServer

Inheritance: implements fkooman\OAuth\ResourceServerStorageInterface
Afficher le fichier Open project: fkooman/php-remote-storage

Méthodes publiques

Méthode Description
getResourceServer ( string $resourceServerId ) : fkooman\OAuth\ResourceServer | false Retrieve a resource server based on resourceServerId.

Method Details

getResourceServer() public méthode

Retrieve a resource server based on resourceServerId.
public getResourceServer ( string $resourceServerId ) : fkooman\OAuth\ResourceServer | false
$resourceServerId string the resource server ID
Résultat fkooman\OAuth\ResourceServer | false if the resource server exists it returns ResourceServer, otherwise false