Buckets:
| import type { OAuth2Tokens } from "../oauth2.js"; | |
| export declare class GitLab { | |
| private authorizationEndpoint; | |
| private tokenEndpoint; | |
| private tokenRevocationEndpoint; | |
| private client; | |
| constructor(domain: string, 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:
- 545 Bytes
- Xet hash:
- af6b41dbd6c4b6355e7439220e844e1508651a57c866e0209b4ec827509728dc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.