2 references to OnAuthenticationRefreshed
Microsoft.AspNetCore.SignalR.Client.Core (2)
AuthenticationRefreshOptions.cs (1)
58
/// Context passed to <see cref="AuthenticationRefreshOptions.
OnAuthenticationRefreshed
"/> after a successful refresh.
HubConnection.cs (1)
624
var refreshedCallback = _authenticationRefreshOptions.
OnAuthenticationRefreshed
;