Class ComputeCredential.Initializer
An initializer class for the Compute credential. It uses ComputeTokenUrl as the token server URL.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Auth.OAuth2
Assembly: Google.Apis.Auth.dll
Syntax
public class Initializer : ServiceCredential.Initializer
Constructors
Initializer()
Constructs a new initializer using the default compute token URL.
Declaration
public Initializer()
Initializer(String)
Constructs a new initializer using the given token URL.
Declaration
public Initializer(string tokenUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | tokenUrl |