Class ClientSecrets (1.50.0)

public sealed class ClientSecrets : object

Client credential details for installed and web applications.

Inheritance

Object > ClientSecrets

Namespace

Google.Apis.Auth.OAuth2

Assembly

Google.Apis.Auth.dll

Properties

ClientId

public string ClientId { get; set; }

Gets or sets the client identifier.

Property Value
TypeDescription
String

ClientSecret

public string ClientSecret { get; set; }

Gets or sets the client Secret.

Property Value
TypeDescription
String

Extension Method