download
raw
593 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class KeyCloak {
private authorizationEndpoint;
private tokenEndpoint;
private tokenRevocationEndpoint;
private client;
constructor(realmURL: 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:
8303973e918b1440aa794d9607d67af4ee48343545168b729543a095c16af98a

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