GoogleAuthSettings.this

See OAuthSettings constructor for common documentation.

The 'provider' field may be omitted. If it is included, it MUST be set to "google".

Additionally, this constructor supports the following JSON key:

KeyTypeDescription
projectIdstringThe project id of the application as registered with Google. Not to be confused with the client id.

Please note that this JSON format is different from the JSON exported by Google's API Manager. If you want to use the JSON file downloaded from API Manager, call loadGoogleAuthSettings instead.

  1. this(Json config)
    class GoogleAuthSettings
    immutable
    this
    (
    in Json config
    )
  2. this(string clientId, string clientSecret, string projectId, string redirectUri)

Meta