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