AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerFactoryInterface::getResourceTypeHandler PHP Method

getResourceTypeHandler() public method

Gets a stored resource type handler.
public getResourceTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface
$type string Type of resource type handler
return AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface The stored resource type handler
    public function getResourceTypeHandler($type = null);
ResourceTypeHandlerFactoryInterface