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