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