download
raw
593 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Salesforce {
private authorizationEndpoint;
private tokenEndpoint;
private tokenRevocationEndpoint;
private client;
constructor(domain: string, 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:
593 Bytes
·
Xet hash:
059913b155045fed6389538cfea49fb40479fe189fd657122fa714e9cbd58e75

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