README.md
# GoogleApi.STS
Security Token Service API client library.
The Security Token Service exchanges Google or third-party credentials for a short-lived access token to Google Cloud resources.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_sts` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_sts, "~> 0.8"}]
end
```
## For more information
Product documentation is available at [http://cloud.google.com/iam/docs/workload-identity-federation](http://cloud.google.com/iam/docs/workload-identity-federation).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_sts](https://hexdocs.pm/google_api_sts).