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

DropboxAccount.AccessTokenValue Property

Specifies a Dropbox access token, which is used to authenticate all API requests to the Dropbox.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string AccessTokenValue { get; }

Property Value

Type Description
String

A string value that is the access token.

Remarks

To learn more, see the Cloud Storage Account Management topic.

See Also