2 references to GetUserIdentifier
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (1)
689
ApplyUserState(user,
GetUserIdentifier
(user, userIdProvider));
HubConnectionHandler.cs (1)
193
var newUserId = connection.
GetUserIdentifier
(user, _userIdProvider);