Skip to main content

RemoteSourceSettings.AuthToken Property

Specifies an access token used to obtain documents from the Report and Dashboard Server.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataMember(Name = "authToken")]
public string AuthToken { get; set; }

Property Value

Type Description
String

A String value that specifies an access token.

Property Paths

You can access this nested property as listed below:

Object Type Path to AuthToken
WebDocumentViewerSettingsBase
.RemoteSourceSettings .AuthToken

Remarks

You can configure the Web Document Viewer to show documents that are created remotely with the DevExpress Report and Dashboard Server.

See Display Documents from the Report and Dashboard Server for more information.

See Also