#nullable enable
Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions.EnableAuthenticationRefresh.get -> bool
Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions.EnableAuthenticationRefresh.set -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshMetadata
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshMetadata.AuthenticationRefreshMetadata() -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.AuthenticationRefreshContext() -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.ConnectionId.get -> string!
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.ConnectionId.init -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.HttpContext.get -> Microsoft.AspNetCore.Http.HttpContext!
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.HttpContext.init -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.NewExpiration.get -> System.DateTimeOffset
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.NewExpiration.init -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.NewUser.get -> System.Security.Claims.ClaimsPrincipal!
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.NewUser.init -> void
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.PreviousUser.get -> System.Security.Claims.ClaimsPrincipal!
Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext.PreviousUser.init -> void
Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions.OnAuthenticationRefresh.get -> System.Func<Microsoft.AspNetCore.Http.Connections.AuthenticationRefreshContext!, System.Threading.Tasks.ValueTask<bool>>?
Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions.OnAuthenticationRefresh.set -> void
