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

OneDriveFileSystemProviderBase.TokenEndpoint Property

Specifies the URL that the application uses to get the token.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string TokenEndpoint { get; set; }

Property Value

Type Description
String

A string value that specifies the URL.

Remarks

To learn more, see the OneDrive File System Provider topic.

See Also