Class ClientSecrets
Client credential details for installed and web applications.
Inherited Members
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 |