We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08546da commit f740461Copy full SHA for f740461
FirebaseAdmin/FirebaseAdmin/Auth/HttpPublicKeySource.cs
@@ -73,7 +73,7 @@ public async Task<IReadOnlyList<PublicKey>> GetPublicKeysAsync(
73
try
74
{
75
var now = _clock.UtcNow;
76
- if (_cachedKeys == null || _clock.UtcNow >= _expirationTime)
+ if (_cachedKeys == null || now >= _expirationTime)
77
78
using (var httpClient = _clientFactory.CreateDefaultHttpClient())
79
0 commit comments