2 references to OnAuthenticationRefreshFailed
Microsoft.AspNetCore.SignalR.Client.Core (2)
AuthenticationRefreshOptions.cs (1)
86
/// Context passed to <see cref="AuthenticationRefreshOptions.
OnAuthenticationRefreshFailed
"/> when a refresh attempt fails.
HubConnection.cs (1)
600
var failedCallback = _authenticationRefreshOptions.
OnAuthenticationRefreshFailed
;