Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2136 from mszlapa/master
Browse files Browse the repository at this point in the history
KeyVaultCredentials type definition fixes: (1) constructor keyword mi…
  • Loading branch information
balajikris committed Apr 18, 2017
2 parents ab4107d + cbe91d2 commit c382020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/keyVault/lib/keyvault.d.ts
Expand Up @@ -42,7 +42,7 @@ export interface Authenticator {
* @param {KeyVaultCredentials~authRequest} authenticator A callback that receives a challenge and returns an authentication token.
*/
export class KeyVaultCredentials implements msRest.ServiceClientCredentials {
cosntructor(authenticator: Authenticator);
constructor( authenticator: (challenge: any, callback: any) => any );
signRequest(webResource: msRest.WebResource, callback: { (err: Error): void }): void;
}

Expand Down

0 comments on commit c382020

Please sign in to comment.