Class V1Resource
The "v1" collection of methods.
Inherited Members
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 |