Reorganized the module structure.
This commit is contained in:
9
src/azure/index.js
Normal file
9
src/azure/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @module azure
|
||||
*
|
||||
* This module provides authentication functionalities for Azure services.
|
||||
*
|
||||
*/
|
||||
|
||||
export { getCredential } from "./client-auth.js";
|
||||
export { loginInteractive } from "./pca-auth.js";
|
||||
Reference in New Issue
Block a user