download
raw
435 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Kakao {
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>;
}

Xet Storage Details

Size:
435 Bytes
·
Xet hash:
5f0c3d3eb837c68dc0b1e86d7157f4a6dea0650ea3840e5eb0f8091f62baaab2

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