Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX