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\u003eThe \u003ccode\u003eValidationSettings\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Apis.Auth\u003c/code\u003e namespace, is used to configure settings for validating JSON Web Signatures (JWS).\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties like \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 to customize the validation process.\u003c/p\u003e\n"],["\u003cp\u003eThe class is accessible through various versions, from 1.50.0 up to the latest 1.69.0, each with a direct link for reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eValidationSettings\u003c/code\u003e inherits from the \u003ccode\u003eObject\u003c/code\u003e class and offers methods such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, \u003ccode\u003eReferenceEquals\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class constructor \u003ccode\u003eValidationSettings()\u003c/code\u003e is used to create a new instance, providing a fresh set of validation settings.\u003c/p\u003e\n"]]],[],null,[]]