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.
Property Value
Type
Description
TimeSpan
ForceGoogleCertRefresh
public bool ForceGoogleCertRefresh { get; set; }
Optional. If true forces new certificates to be downloaded from Google. Defaults to false.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eValidationSettings\u003c/code\u003e class within the \u003ccode\u003eGoogle.Apis.Auth\u003c/code\u003e namespace, which is used for configuring the validation of JSON Web Signatures.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValidationSettings\u003c/code\u003e class includes properties to manage audience, clock, expiration time tolerance, force certificate refresh, hosted domain, and issued-at clock tolerance for JWT validation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available of this documentation is version 1.69.0, but the version this documentation is for is version 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003eA constructor is provided to create new instances of \u003ccode\u003eValidationSettings\u003c/code\u003e, and an extension method \u003ccode\u003eThrowIfNull<T>(T, String)\u003c/code\u003e is available in the Utilities class.\u003c/p\u003e\n"]]],[],null,[]]