Auth0\Tests\ConnectionsTest::getCreateBody PHP Метод

getCreateBody() защищенный Метод

protected getCreateBody ( )
    protected function getCreateBody()
    {
        $connection_name = 'test-create-client' . rand();
        echo "\n-- Using connection name {$connection_name} \n";
        return ['name' => $connection_name, 'strategy' => 'auth0', 'options' => ['requires_username' => false]];
    }