Auth0\Tests\ClientsTest::getCreateBody PHP Method

getCreateBody() protected method

protected getCreateBody ( )
    protected function getCreateBody()
    {
        $client_name = 'test-create-client' . rand();
        echo "\n-- Using client name {$client_name} \n";
        return ['name' => $client_name, 'sso' => false];
    }