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 by adding google_api_sts to your list of dependencies in mix.exs:

def deps do
  [{:google_api_sts, "~> 0.3"}]
end

For more information

Product documentation is available at http://cloud.google.com/iam/docs/workload-identity-federation.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_sts.