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

Xet Storage Details

Size:
440 Bytes
·
Xet hash:
e26b563d2a899cb89eed4eebd3dcf5bc571f49f3d8ac52b1d046ef40c1e911c9

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