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