Google\Cloud\ClientTrait::configureAuthentication PHP Метод

configureAuthentication() приватный Метод

Fetch and validate the keyfile and set the project ID.
private configureAuthentication ( array $config ) : array
$config array
Результат array
    private function configureAuthentication(array $config)
    {
        $config['keyFile'] = $this->getKeyFile($config);
        $this->projectId = $this->detectProjectId($config);
        return $config;
    }