Show / Hide Table of Contents

Class AccessTokenWithHeaders.Builder

Builder class for AccessTokenWithHeaders to simplify common scenarios.

Inheritance
object
AccessTokenWithHeaders.Builder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

An AccessTokenWithHeaders.

In this article
Back to top Generated by DocFX