UNPKG

@uppy/companion

Version:

OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:

8 lines (7 loc) 305 B
export function encodeState(state: any, secret: any): string; export function decodeState(state: any, secret: any): any; export function generateState(): { id: string; }; export function getFromState(state: any, name: any, secret: any): any; export function getGrantDynamicFromRequest(req: any): any;