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

Xet Storage Details

Size:
643 Bytes
·
Xet hash:
35fd8d0b80b24612af5aa5b4e87921da8ba0712d9a22759fecb67a5e55c0b34d

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