Enum TokenAccessType
Used by Get
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public enum TokenAccessType
Fields
Name | Description |
---|---|
Legacy | Creates one long-lived token with no expiration |
Offline | Create one short-lived token with an expiration with a refresh token |
Online | Create one short-lived token with an expiration |