types\applicationinsights-js\index.d.ts : update setAuthenticatedUserContext definition according to last version of applicationinsights-js

This commit is contained in:
Loic CAOUEN
2017-11-17 10:42:46 +01:00
parent a1afc0e64a
commit 45111d599c

View File

@@ -777,7 +777,7 @@ declare module Microsoft.ApplicationInsights {
* @param authenticatedUserId {string} - The authenticated user id. A unique and persistent string that represents each authenticated user in the service.
* @param accountId {string} - An optional string to represent the account associated with the authenticated user.
*/
setAuthenticatedUserContext(authenticatedUserId: string, accountId?: string): any;
setAuthenticatedUserContext(authenticatedUserId: string, accountId?: string, storeInCookie?: boolean): any;
/**
* Clears the authenticated user id and the account id from the user context.
*/