2 references to GetSafeDateTime
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (2)
159
tokenValidatedContext.Properties.ExpiresUtc =
GetSafeDateTime
(validatedToken.ValidTo);
160
tokenValidatedContext.Properties.IssuedUtc =
GetSafeDateTime
(validatedToken.ValidFrom);