2 references to User
Microsoft.AspNetCore.SignalR.Core (2)
DefaultUserIdProvider.cs (2)
10/// This provider gets the user ID from the connection's <see cref="HubConnectionContext.User"/> name identifier claim. 17return connection.User.FindFirst(ClaimTypes.NameIdentifier)?.Value;