Migrated to TypeScript.
This commit is contained in:
17
src/azure/index.ts
Normal file
17
src/azure/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
/**
|
||||
* @module azure
|
||||
*
|
||||
* This module provides authentication functionalities for Azure services.
|
||||
*/
|
||||
|
||||
export { getCredential } from "./client-auth.ts";
|
||||
export {
|
||||
loginInteractive,
|
||||
loginDeviceCode,
|
||||
login,
|
||||
logout,
|
||||
parseResources,
|
||||
acquireResourceTokenFromLogin,
|
||||
} from "./pca-auth.ts";
|
||||
Reference in New Issue
Block a user