GoogleAuthSettings.this

Construct GoogleAuthSettings providing settings directly.

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

Parameters

clientId string

The client ID to use in client authentication for provider.

clientSecret string

The client secret to use in client authentication for provider.

projectId string

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

redirectUri string

The uri identifying this application, the user agent will be redirected to this uri (with some query parameters added) after authorization.

Meta