Merge pull request #21594 from lcaouen/master

types\applicationinsights-js\index.d.ts : update setAuthenticatedUser…
This commit is contained in:
Benjamin Lichtman 2017-11-22 22:19:29 -05:00 committed by GitHub
commit 54493355fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
*/