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