Enum TokenAccessType
Used by GetAuthorizeUri(OAuthResponseType, String, String, String, Boolean, Boolean, String, Boolean, TokenAccessType, String[], IncludeGrantedScopes, String) to specify which type of OAuth token to request.
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 |