> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.tools.experimental.google.authentication.GoogleCredentialsProvider

<h2 id="autogen.tools.experimental.google.authentication.GoogleCredentialsProvider" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">GoogleCredentialsProvider</span>
</h2>

```python theme={null}
GoogleCredentialsProvider(*args, **kwargs)
```

A protocol for Google credentials provider.

<b>Parameters:</b>

| Name       | Description |
| ---------- | ----------- |
| `*args`    |             |
| `**kwargs` |             |

### Instance Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### host

<br />

The host from which to get the credentials.

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### port

<br />

The port from which to get the credentials.

### Instance Methods

<code class="doc-symbol doc-symbol-heading doc-symbol-method" />

#### get\_credentials

```python theme={null}
get_credentials(self) -> Credentials | None
```

Get the Google credentials.

<br />
