download
raw
485 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Coinbase {
private clientId;
private clientSecret;
private redirectURI;
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:
485 Bytes
·
Xet hash:
73fc63798d3581d4946d363b893aa19cf33ae51069981acc1b6d4f5e075fec9c

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