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"]],[["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 document outlines the \u003ccode\u003eValidationSettings\u003c/code\u003e class, used for validating JSON Web Signatures within the Google.Apis.Auth namespace, and provides details on its properties and constructors.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValidationSettings\u003c/code\u003e class includes properties such as \u003ccode\u003eAudience\u003c/code\u003e, \u003ccode\u003eClock\u003c/code\u003e, \u003ccode\u003eExpirationTimeClockTolerance\u003c/code\u003e, \u003ccode\u003eForceGoogleCertRefresh\u003c/code\u003e, \u003ccode\u003eHostedDomain\u003c/code\u003e, and \u003ccode\u003eIssuedAtClockTolerance\u003c/code\u003e which are all related to validating the signature by setting certain constraints.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes inherited members for common object methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions of the \u003ccode\u003eGoogle.Apis\u003c/code\u003e package available, with the latest being 1.69.0, all of which have accessible documentation through the links provided.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValidationSettings\u003c/code\u003e class has one contructor available, which is \u003ccode\u003eValidationSettings()\u003c/code\u003e, and creates a new instance of the class.\u003c/p\u003e\n"]]],[],null,[]]