You are here

protected property Client::$server in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/Client.php \Drupal\oauth2_server\Entity\Client::server

The loaded server.

Type: \Drupal\oauth2_server\ServerInterface

File

src/Entity/Client.php, line 64

Class

Client
Defines the OAuth2 client entity.

Namespace

Drupal\oauth2_server\Entity

Code

protected $server;