Skip to main content

SettingsGoogleAuthIntegrationInput

No description

type SettingsGoogleAuthIntegrationInput {  enabled: Boolean  allowRegistration: Boolean  targetFilter: SettingsAuthenticationTargetFilterInput  clientID: String  clientSecret: String}

Fields#

enabled (Boolean)#

enabled, when true, will enable Google as an authentication integration.

allowRegistration (Boolean)#

allowRegistration when true will allow users that have not signed up before with this authentication integration to sign up.

targetFilter (SettingsAuthenticationTargetFilterInput)#

targetFilter will restrict where the authentication integration should be displayed. If the value of targetFilter is null, then the authentication integration should be displayed in all targets.

clientID (String)#

clientID is the Client Identifier as provided by the Google API Console.

clientSecret (String)#

clientSecret is the Client Secret as provided by the Google API Console.