Skip to main content
Tab

GoogleDrivePersonalAccount.ClientSecret Property

Specifies the Google Drive personal account’s client secret.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ClientSecret { get; set; }

Property Value

Type Description
String

A string value that specifies the Google Drive account’s client secret.

Remarks

To learn more, see the Google Drive Personal File System Provider topic.

See Also