public function ClientInterface::getConfig in Auth0 Single Sign On 8.2
Get a client configuration option.
These options include default request options of the client, a "handler" (if utilized by the concrete client), and a "base_uri" if utilized by the concrete client.
Parameters
string|null $option The config option to retrieve.:
Return value
mixed
1 method overrides ClientInterface::getConfig()
- Client::getConfig in vendor/
guzzlehttp/ guzzle/ src/ Client.php - Get a client configuration option.
File
- vendor/
guzzlehttp/ guzzle/ src/ ClientInterface.php, line 86
Class
- ClientInterface
- Client interface for sending HTTP requests.
Namespace
GuzzleHttpCode
public function getConfig($option = null);