Dropbox .NET SDK
Show / Hide Table of Contents

Enum TokenAccessType

Used by GetAuthorizeUri(OAuthResponseType, string, string, string, bool, bool, string, bool, 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

  • View Source
In this article
Back to top Dropbox .NET SDK