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.v24.2.dll
Declaration
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