2 writes to TokenLifetime
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
666
response.
TokenLifetime
= ttl;
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
277
TokenLifetime
= tokenLifetime,
3 references to TokenLifetime
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
759
if (negotiationResponse.
TokenLifetime
is not null)
761
_initialTokenLifetime = negotiationResponse.
TokenLifetime
;
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
97
if (response.
TokenLifetime
is { } tokenLifetime && tokenLifetime > TimeSpan.Zero)