Skip to main content
Tab

OneDrivePersonalFileSystemProvider.AuthorizationEndpoint Property

Specifies the URL to which the browser redirects the application for authorization.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string AuthorizationEndpoint { get; set; }

Property Value

Type Description
String

A string value that specifies the application’s authorization endpoint.

Remarks

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

See Also