download
raw
592 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Authentik {
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:
592 Bytes
·
Xet hash:
30fdc6b62de93f41e91f8cd782b058fcd20f31c7f7dc280c98cf77f00cfd0cfd

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