Class GoogleClientSecrets (1.50.0)

public sealed class GoogleClientSecrets : object

OAuth 2.0 client secrets model as specified in https://cloud.google.com/console/.

Inheritance

Object > GoogleClientSecrets

Namespace

Google.Apis.Auth.OAuth2

Assembly

Google.Apis.Auth.dll

Properties

Secrets

public ClientSecrets Secrets { get; }

Gets the client secrets which contains the client identifier and client secret.

Property Value
Type Description
ClientSecrets

Methods

Load(Stream)

public static GoogleClientSecrets Load(Stream stream)

Loads the Google client secret from the input stream.

Parameter
Name Description
stream Stream
Returns
Type Description
GoogleClientSecrets

Extension Method