Class ClientSecrets
Client credential details for installed and web applications.
Inheritance
object
ClientSecrets
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
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 |
|---|---|
| string |
ClientSecret
Gets or sets the client Secret.
Declaration
[JsonProperty("client_secret")]
public string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |