You are here

public function ClientInterface::getServer in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/ClientInterface.php \Drupal\oauth2_server\ClientInterface::getServer()

Returns the server the client belongs to.

Return value

\Drupal\oauth2_server\ServerInterface Returns the server object the client belongs to.

1 method overrides ClientInterface::getServer()
Client::getServer in src/Entity/Client.php
Returns the server the client belongs to.

File

src/ClientInterface.php, line 20

Class

ClientInterface
Defines the interface for client entities.

Namespace

Drupal\oauth2_server

Code

public function getServer();