public class AccessTokenWithHeaders.Builder
Builder class for AccessTokenWithHeaders to simplify common scenarios.
Namespace
GoogleApisAuthOAuth2Assembly
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 |
string The token to build the AccessTokenWithHeaders for. |
Returns | |
---|---|
Type | Description |
AccessTokenWithHeaders |