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

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