mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-01 04:02:55 +00:00
Merge pull request #21594 from lcaouen/master
types\applicationinsights-js\index.d.ts : update setAuthenticatedUser…
This commit is contained in:
commit
54493355fe
2
types/applicationinsights-js/index.d.ts
vendored
2
types/applicationinsights-js/index.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user