3 references to GetUserIdentifier
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (1)
693
ApplyUserState(user,
GetUserIdentifier
(user, userIdProvider));
HubConnectionHandler.cs (2)
201
var newUserId = connection.
GetUserIdentifier
(context.NewUser, _userIdProvider);
338
var newUserId = connection.
GetUserIdentifier
(user, _userIdProvider);