1 instantiation of AuthenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
286_authenticationRefreshOptions = serviceProvider.GetService<IOptions<AuthenticationRefreshOptions>>()?.Value ?? new AuthenticationRefreshOptions();
4 references to AuthenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (2)
100private readonly AuthenticationRefreshOptions _authenticationRefreshOptions; 286_authenticationRefreshOptions = serviceProvider.GetService<IOptions<AuthenticationRefreshOptions>>()?.Value ?? new AuthenticationRefreshOptions();
HubConnectionBuilderExtensions.cs (2)
96/// <param name="configure">A delegate that configures the <see cref="AuthenticationRefreshOptions"/>.</param> 98public static IHubConnectionBuilder WithAuthenticationRefresh(this IHubConnectionBuilder hubConnectionBuilder, Action<AuthenticationRefreshOptions> configure)