Buckets:
| import type { OAuth2Tokens } from "../oauth2.js"; | |
| export declare class Dropbox { | |
| private client; | |
| constructor(clientId: string, clientSecret: string, redirectURI: string); | |
| createAuthorizationURL(state: string, scopes: string[]): URL; | |
| validateAuthorizationCode(code: string): Promise<OAuth2Tokens>; | |
| refreshAccessToken(refreshToken: string): Promise<OAuth2Tokens>; | |
| revokeToken(token: string): Promise<void>; | |
| } | |
Xet Storage Details
- Size:
- 431 Bytes
- Xet hash:
- 239ff29bcd4a868e19cec7bfe667b91faef4132129d25dde57889deac78d4848
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.