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