UNPKG

@0xsequence/connect

Version:
7 lines 392 B
export declare const getXOauthUrl: (XClientId: string, XRedirectURI: string, codeChallenge?: string) => Promise<string>; export declare function getPkcePair(): Promise<{ code_verifier: string; code_challenge: string; }>; export declare function getXIdToken(code: string, codeVerifier: string, XClientId: string, XRedirectURI: string): Promise<any>; //# sourceMappingURL=XAuth.d.ts.map