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