Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.sts.v1

Security Token Service API: v1. The Security Token Service exchanges Google or third-party credentials for a short-lived access token to Google Cloud resources. See: http://cloud.google.com/iam/docs/workload-identity-federationapi/reference/rest/v1/v1

Security Token Service API: v1.
The Security Token Service exchanges Google or third-party credentials for a short-lived access token to Google Cloud resources.
See: http://cloud.google.com/iam/docs/workload-identity-federationapi/reference/rest/v1/v1
raw docstring

$clj

($ auth parameters body)

http://cloud.google.com/iam/docs/workload-identity-federationapi/reference/rest/v1/token

Required parameters: none

Optional parameters: none

Body:

{:subjectToken string, :requestedTokenType string, :audience string, :grantType string, :subjectTokenType string, :options string, :scope string}

Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within a workload identity pool, or it applies a Credential Access Boundary to a Google access token. When you call this method, do not send the Authorization HTTP header in the request. This method does not require the Authorization header, and using the header can cause the request to fail.

http://cloud.google.com/iam/docs/workload-identity-federationapi/reference/rest/v1/token

Required parameters: none

Optional parameters: none

Body: 

{:subjectToken string,
 :requestedTokenType string,
 :audience string,
 :grantType string,
 :subjectTokenType string,
 :options string,
 :scope string}

Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within a workload identity pool, or it applies a Credential Access Boundary to a Google access token. When you call this method, do not send the `Authorization` HTTP header in the request. This method does not require the `Authorization` header, and using the header can cause the request to fail.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close