UNPKG

@azure/ms-rest-nodeauth

Version:

Azure Authentication library in node.js with type definitions.

4 lines 251 B
import { MSITokenCredentials } from "./msiTokenCredentials"; import { Authenticator } from "@azure/ms-rest-js"; export declare function createAuthenticator(credentials: MSITokenCredentials): Authenticator; //# sourceMappingURL=keyVaultFactory.d.ts.map