1 instantiation of AuthenticationRefreshFailedContext
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
605await failedCallback(new AuthenticationRefreshFailedContext(this, ex)).ConfigureAwait(false);
1 reference to AuthenticationRefreshFailedContext
Microsoft.AspNetCore.SignalR.Client.Core (1)
AuthenticationRefreshOptions.cs (1)
54public Func<AuthenticationRefreshFailedContext, Task>? OnAuthenticationRefreshFailed { get; set; }