Show / Hide Table of Contents

Class V1Resource

The "v1" collection of methods.

Inheritance
object
V1Resource
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.v1
Assembly: Google.Apis.CloudSecurityToken.v1.dll
Syntax
public class V1Resource

Constructors

V1Resource(IClientService)

Constructs a new resource.

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

Methods

Token(GoogleIdentityStsV1ExchangeTokenRequest)

Exchanges a credential for a Google OAuth 2.0 access token. The token asserts an external identity within an identity pool, or it applies a Credential Access Boundary to a Google access token. Note that workforce pools do not support Credential Access Boundaries. 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 V1Resource.TokenRequest Token(GoogleIdentityStsV1ExchangeTokenRequest body)
Parameters
Type Name Description
GoogleIdentityStsV1ExchangeTokenRequest body

The body of the request.

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