download
raw
478 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Line {
private clientId;
private clientSecret;
private redirectURI;
constructor(clientId: string, clientSecret: string, redirectURI: string);
createAuthorizationURL(state: string, codeVerifier: string, scopes: string[]): URL;
validateAuthorizationCode(code: string, codeVerifier: string): Promise<OAuth2Tokens>;
refreshAccessToken(refreshToken: string): Promise<OAuth2Tokens>;
}

Xet Storage Details

Size:
478 Bytes
·
Xet hash:
53e7083c2bb152272085afee2f29aecca63725a88bfda89ed951836f7c02b5aa

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.