You are here

public function GoogleApiServiceClientInterface::setAuthConfig in Google API PHP Client 8.4

Same name and namespace in other branches
  1. 8.3 src/GoogleApiServiceClientInterface.php \Drupal\google_api_client\GoogleApiServiceClientInterface::setAuthConfig()

Function set Json File.

Parameters

string $config: Pass Json contents of the file.

1 method overrides GoogleApiServiceClientInterface::setAuthConfig()
GoogleApiServiceClient::setAuthConfig in src/Entity/GoogleApiServiceClient.php
Function set Json File.

File

src/GoogleApiServiceClientInterface.php, line 55

Class

GoogleApiServiceClientInterface
Provides an interface defining a GoogleApiServiceClient entity.

Namespace

Drupal\google_api_client

Code

public function setAuthConfig($config);