You are here

public function AuthorizationCodeInterface::getClient in OAuth2 Server 8

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

Return the client the code belongs to.

Return value

\Drupal\oauth2_server\ClientInterface The client object or FALSE.

1 method overrides AuthorizationCodeInterface::getClient()
AuthorizationCode::getClient in src/Entity/AuthorizationCode.php
Return the client the code belongs to.

File

src/AuthorizationCodeInterface.php, line 28

Class

AuthorizationCodeInterface
Defines the interface for token entities.

Namespace

Drupal\oauth2_server

Code

public function getClient();