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