Function loadGoogleAuthSettings

Load settings for Google from a JSON file as exported by the API Manager

immutable(GoogleAuthSettings) loadGoogleAuthSettings (
  string redirectUri = null,
  string clientType = "web",
  string path = "./client_secrets.json"
) @safe;