GoogleDrivePersonalFileSystemProvider.RedirectUri Property
Specifies the URL to which the browser is redirected when authentication is complete.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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