You are here

protected property OAuth2ServerStorageTest::$clientId in OAuth2 Server 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/OAuth2ServerStorageTest.php \Drupal\Tests\oauth2_server\Functional\OAuth2ServerStorageTest::clientId

The client key of the test client.

Type: string

File

tests/src/Functional/OAuth2ServerStorageTest.php, line 29

Class

OAuth2ServerStorageTest
The OAuth2 Server admin test case.

Namespace

Drupal\Tests\oauth2_server\Functional

Code

protected $clientId = 'test_client';