client_secret


Description:

public string client_secret { get; construct; }

Client secret provided by Google.

This is unique for each application and is accessible from Google’s Developer Console when registering an application. It must be paired with the client_id.

See the <ulink url="https://developers.google.com/accounts/docs/OAuth2InstalledApp#handlingtheresponse" type="http">reference documentation</ulink> for details.