#nullable enable
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.AuthenticationRefreshOptions() -> void
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.EnableAutoRefresh.get -> bool
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.EnableAutoRefresh.set -> void
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.RefreshBeforeExpiration.get -> System.TimeSpan
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.RefreshBeforeExpiration.set -> void
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.OnAuthenticationRefreshed.get -> System.Func<Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshedContext!, System.Threading.Tasks.Task!>?
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.OnAuthenticationRefreshed.set -> void
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.OnAuthenticationRefreshFailed.get -> System.Func<Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshFailedContext!, System.Threading.Tasks.Task!>?
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions.OnAuthenticationRefreshFailed.set -> void
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshedContext
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshedContext.HubConnection.get -> Microsoft.AspNetCore.SignalR.Client.HubConnection!
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshedContext.NewTokenLifetime.get -> System.TimeSpan?
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshedContext.RefreshedAt.get -> System.DateTimeOffset
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshFailedContext
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshFailedContext.HubConnection.get -> Microsoft.AspNetCore.SignalR.Client.HubConnection!
Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshFailedContext.Exception.get -> System.Exception!
Microsoft.AspNetCore.SignalR.Client.HubConnection.RefreshAuthenticationAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<System.TimeSpan?>!
static Microsoft.AspNetCore.SignalR.Client.HubConnectionBuilderExtensions.WithAuthenticationRefresh(this Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder! hubConnectionBuilder, System.Action<Microsoft.AspNetCore.SignalR.Client.AuthenticationRefreshOptions!>! configure) -> Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder!
