download
raw
544 Bytes
import type { OAuth2Tokens } from "../oauth2.js";
export declare class Auth0 {
private authorizationEndpoint;
private tokenEndpoint;
private tokenRevocationEndpoint;
private client;
constructor(domain: string, clientId: string, clientSecret: string, redirectURI: string);
createAuthorizationURL(state: string, scopes: string[]): URL;
validateAuthorizationCode(code: string): Promise<OAuth2Tokens>;
refreshAccessToken(refreshToken: string): Promise<OAuth2Tokens>;
revokeToken(token: string): Promise<void>;
}

Xet Storage Details

Size:
544 Bytes
·
Xet hash:
3da19bae88320f63b9b7bef7583bc5d7ec8e1d10613bd9557604af29f0348175

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