Skip to main content
A newer version of this page is available. .
Tab

GoogleDrivePersonalFileSystemProvider.RedirectUri Property

Specifies the URL to which the browser is redirected when authentication is complete.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string RedirectUri { get; set; }

Property Value

Type Description
String

A string value that specifies the redirect URI.

Remarks

Specify the OneDriveFileSystemProviderBase.AccountName and RedirectUri properties to provide your application with access to Google Drive with client authentication.

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

See Also