protected static property ResourceServersTest::$scopes in Auth0 Single Sign On 8.2
Test scopes to use.
Type: array
File
- vendor/
auth0/ auth0-php/ tests/ API/ Management/ ResourceServersTest.php, line 37
Class
- ResourceServersTest
- Class ResourceServersTest.
Namespace
Auth0\Tests\API\ManagementCode
protected static $scopes = [
[
'value' => 'read:test1',
'description' => 'Testing scope',
],
[
'value' => 'read:test2',
'description' => 'Testing scope',
],
];