1 instantiation of AuthenticationRefreshedContext
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
629
await refreshedCallback(new
AuthenticationRefreshedContext
(this, newTtl)).ConfigureAwait(false);
1 reference to AuthenticationRefreshedContext
Microsoft.AspNetCore.SignalR.Client.Core (1)
AuthenticationRefreshOptions.cs (1)
49
public Func<
AuthenticationRefreshedContext
, Task>? OnAuthenticationRefreshed { get; set; }