1 implementation of InitialTokenLifetime
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
101TimeSpan? IAuthenticationRefreshFeature.InitialTokenLifetime => _initialTokenLifetime;
1 reference to InitialTokenLifetime
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
562if (authenticationRefreshFeature?.InitialTokenLifetime is { } initialTokenLifetime && initialTokenLifetime > TimeSpan.Zero)