Show / Hide Table of Contents

Class V1betaResource

The "v1beta" collection of methods.

Inheritance
object
V1betaResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSecurityToken.v1beta
Assembly: Google.Apis.CloudSecurityToken.v1beta.dll
Syntax
public class V1betaResource

Constructors

V1betaResource(IClientService)

Constructs a new resource.

Declaration
public V1betaResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Token(GoogleIdentityStsV1betaExchangeTokenRequest)

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.

Declaration
public virtual V1betaResource.TokenRequest Token(GoogleIdentityStsV1betaExchangeTokenRequest body)
Parameters
Type Name Description
GoogleIdentityStsV1betaExchangeTokenRequest body

The body of the request.

Returns
Type Description
V1betaResource.TokenRequest
In this article
Back to top Generated by DocFX