SocialLoginField is an enumerated list of choices as to whether to allow or deny social login for the organization.

This enumerated datatype is used by two other datatypes: SocialLoginSettings, which is used by the datatype, OrganizationConfigs, which is used by Organization, which is used by several mutation and query fields; and SocialLoginSettingsInput, which is used by the updateSocialLoginSettings() mutation field.

Table: SocialLoginField

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: May 9, 2025
AllowAll   Short-TermAll social logins are allowed for the organization.
AllowSelected   Short-TermOnly selected social logins are allowed.
DenyAll   Short-TermDeny all social logins for the organization.