Class ClientSecrets
Client credential details for installed and web applications.
Inheritance
System.Object
ClientSecrets
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 sealed class ClientSecrets
Properties
ClientId
Gets or sets the client identifier.
Declaration
[JsonProperty("client_id")]
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientSecret
Gets or sets the client Secret.
Declaration
[JsonProperty("client_secret")]
public string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |