Export additional authentication methods from pca-auth.js

This commit is contained in:
2026-02-07 10:27:45 +01:00
parent 9f57067bfb
commit 971460fc4c

View File

@@ -6,4 +6,8 @@
*/ */
export { getCredential } from "./client-auth.js"; export { getCredential } from "./client-auth.js";
export { loginInteractive } from "./pca-auth.js"; export {
loginInteractive,
loginDeviceCode,
logout,
} from "./pca-auth.js";