public TimeSpan ExpirationTimeClockTolerance { get; set; }
Clock tolerance for the expiration check.
Causes a JWT to pass validation up to this duration after it really expired;
this is to allow for possible local-client clock skew. Defaults to zero seconds.
public TimeSpan IssuedAtClockTolerance { get; set; }
Clock tolerance for the issued-at check.
Causes a JWT to pass validation up to this duration before it is really valid;
this is to allow for possible local-client clock skew. Defaults to 30 seconds.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `ValidationSettings` class, part of the `Google.Apis.Auth` namespace, is used to configure settings for validating JSON Web Signatures (JWS)."],["This class provides properties like `Audience`, `Clock`, `ExpirationTimeClockTolerance`, `ForceGoogleCertRefresh`, `HostedDomain`, and `IssuedAtClockTolerance` to customize the validation process."],["The class is accessible through various versions, from 1.50.0 up to the latest 1.69.0, each with a direct link for reference."],["`ValidationSettings` inherits from the `Object` class and offers methods such as `Equals`, `GetHashCode`, `GetType`, `MemberwiseClone`, `ReferenceEquals`, and `ToString`."],["The class constructor `ValidationSettings()` is used to create a new instance, providing a fresh set of validation settings."]]],[]]