You are here

protected static property ClientGrantsTest::$scopes in Auth0 Single Sign On 8.2

Valid test scopes for the "tests" API. Used for testing create and update.

Type: array

File

vendor/auth0/auth0-php/tests/API/Management/ClientGrantsTest.php, line 37

Class

ClientGrantsTest
Class ClientGrantsTest. Tests the Auth0\SDK\API\Management\ClientGrants class.

Namespace

Auth0\Tests\API

Code

protected static $scopes = [
  'test:scope1',
  'test:scope2',
];