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