Export additional authentication methods from pca-auth.js
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user