Security Token Service API

The Security Token Service exchanges Google or third-party credentials for a short-lived access token to Google Cloud resources.

Service: sts.googleapis.com

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://sts.googleapis.com

REST Resource: v1beta

Methods
token POST /v1beta/token
Exchanges a credential for a Google OAuth 2.0 access token.

REST Resource: v1

Methods
token POST /v1/token
Exchanges a credential for a Google OAuth 2.0 access token.