UNPKG

@axa-fr/oidc-client

Version:

OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.

5 lines 347 B
export declare const generateRandom: (size: number) => string; export declare function textEncodeLite(str: string): Uint8Array<ArrayBuffer>; export declare function base64urlOfHashOfASCIIEncodingAsync(code: string): Promise<string>; export declare const deriveChallengeAsync: (code: string) => Promise<string>; //# sourceMappingURL=crypto.d.ts.map