> For the complete documentation index, see [llms.txt](https://trillo.gitbook.io/trillo-workbench-python-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trillo.gitbook.io/trillo-workbench-python-sdk/google-cloud-api-gcpapi/gcpauthapi.md).

# GCPAuthApi

## getTokenInfo

Description...

```
GCPAuthApi.getTokenInfo(authenticationPath)
```

#### Parameters

```
authenticationPath (string)
```

#### Returns

```
// Some code
```

## refreshAccessToken

Description...

```
GCPAuthApi.refreshAccessToken(refreshToken, clientId, 
clientSecret)
```

#### Parameters

```
refreshToken (string)
clientId (string)
clientSecret (string)
```

#### Returns

```
// Some code
```
