1 write to _token
Microsoft.DotNet.ArcadeAzureIntegration (1)
TokenCredentialShortCache.cs (1)
81
_token
= await getFreshToken();
3 references to _token
Microsoft.DotNet.ArcadeAzureIntegration (3)
TokenCredentialShortCache.cs (3)
76
if (
_token
!= null && _shortTimeCacheExpiresOn > DateTime.UtcNow)
78
return
_token
.Value;
83
return
_token
.Value;