Initial
This commit is contained in:
12
node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialPlugin.d.ts
generated
vendored
Normal file
12
node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialPlugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* A function that searches for credentials in the Visual Studio Code credential store.
|
||||
*
|
||||
* @returns an array of credentials (username and password)
|
||||
* @internal
|
||||
*
|
||||
*/
|
||||
export type VSCodeCredentialFinder = () => Promise<Array<{
|
||||
account: string;
|
||||
password: string;
|
||||
}>>;
|
||||
//# sourceMappingURL=visualStudioCodeCredentialPlugin.d.ts.map
|
||||
Reference in New Issue
Block a user