public class AccessTokenWithHeaders.BuilderBuilder class for AccessTokenWithHeaders to simplify common scenarios.
Namespace
Google.Apis.Auth.OAuth2Assembly
Google.Apis.Auth.dll
Properties
QuotaProject
public string QuotaProject { get; set; }The GCP project ID used for quota and billing purposes. May be null.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
Build(string)
public AccessTokenWithHeaders Build(string token)Builds and instance of AccessTokenWithHeaders with the given token and the value set on this builder.
| Parameter | |
|---|---|
| Name | Description |
token |
stringThe token to build the AccessTokenWithHeaders for. |
| Returns | |
|---|---|
| Type | Description |
AccessTokenWithHeaders |
|