oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
10 lines • 405 B
TypeScript
import { type Observable } from "rxjs";
export declare class JwtWindowCryptoService {
private readonly cryptoService;
generateCodeChallenge(codeVerifier: string): Observable<string>;
generateAtHash(accessToken: string, algorithm: string): Observable<string>;
private calcHash;
private toHashString;
private base64UrlEncode;
}
//# sourceMappingURL=jwt-window-crypto.service.d.ts.map