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-21 UTC."],[[["This webpage details the `GoogleJsonWebSignature.ValidationSettings` class, which provides settings for validating JSON Web Signatures, and is found in the `Google.Apis.Auth` namespace within the `Google.Apis.Auth.dll` assembly."],["The class is versioned, with the latest version being 1.69.0, and previous versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also available for reference."],["Key properties include `Audience` for trusted client IDs, `Clock` for JWT expiration verification (defaults to the system clock), `ExpirationTimeClockTolerance` for managing clock skew, `ForceGoogleCertRefresh` to force new certificate downloads, `HostedDomain` for validating GSuite domains, and `IssuedAtClockTolerance` to address clock skew for the issued-at time."],["The class inherits members from the base `object` class such as `Equals`, `GetHashCode`, `GetType`, `ReferenceEquals` and `ToString`."],["The class also have one extension method, being `Utilities.ThrowIfNull\u003cT\u003e(T, string)` and the class constructor is `ValidationSettings()`."]]],[]]