PHP Class fkooman\RemoteStorage\RemoteStorageResourceServer

Inheritance: implements fkooman\OAuth\ResourceServerStorageInterface
Show file Open project: fkooman/php-remote-storage

Public Methods

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

Method Details

getResourceServer() public method

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