You are here

public property Client::$server_id in OAuth2 Server 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/Client.php \Drupal\oauth2_server\Entity\Client::server_id

The machine name of this client's server.

Type: string

File

src/Entity/Client.php, line 57

Class

Client
Defines the OAuth2 client entity.

Namespace

Drupal\oauth2_server\Entity

Code

public $server_id;