Click or drag to resize

PFSiteSettingsEnableGoogleOAuth Property

Note: This API is now obsolete.

Gets or sets a value indicating whether forms account can log-on using Google OpenAuth external authentication standard.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[ObsoleteAttribute("Replaced by 'enableGoogleOAuthAuthentication' setting in /Account/Web.config")]
[DataMemberAttribute]
public bool EnableGoogleOAuth { get; set; }

Property Value

Type: Boolean
See Also