Class ClientSecrets (1.60.0)

public sealed class ClientSecrets

Client credential details for installed and web applications.

Inheritance

object > ClientSecrets

Namespace

GoogleApisAuthOAuth2

Assembly

Google.Apis.Auth.dll

Properties

ClientId

public string ClientId { get; set; }

Gets or sets the client identifier.

Property Value
Type Description
string

ClientSecret

public string ClientSecret { get; set; }

Gets or sets the client Secret.

Property Value
Type Description
string

Extension Method