UNPKG

dsx-core

Version:

The core framework of Dropbox Solutions Accelerators. This framework contains all needed functionalities to work with Dropbox APIs. It handles authentication, http requests and responses, and all needed endpoints.

7 lines (6 loc) 232 B
export const AUTH_STATE = null; export const AUTH_TYPE = 'code'; export const AUTH_TOKEN_ACCESS_TYPE = 'offline'; export const AUTH_SCOPE = null; export const AUTH_INCLUDE_GRANTED_SCOPES = 'none'; export const AUTH_USE_PKCE = true;