download
raw
474 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Google {
private client;
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>;
revokeToken(token: string): Promise<void>;
}

Xet Storage Details

Size:
474 Bytes
·
Xet hash:
a4adba12c1f979c6681823b333b31fe8469f49ef9335213013409070a585e3d0

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