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."],[[["This document outlines the `ValidationSettings` class, used for validating JSON Web Signatures within the Google.Apis.Auth namespace, and provides details on its properties and constructors."],["The `ValidationSettings` class includes properties such as `Audience`, `Clock`, `ExpirationTimeClockTolerance`, `ForceGoogleCertRefresh`, `HostedDomain`, and `IssuedAtClockTolerance` which are all related to validating the signature by setting certain constraints."],["The class inherits from `Object` and includes inherited members for common object methods like `Equals`, `GetHashCode`, `GetType`, and `ToString`."],["There are several versions of the `Google.Apis` package available, with the latest being 1.69.0, all of which have accessible documentation through the links provided."],["The `ValidationSettings` class has one contructor available, which is `ValidationSettings()`, and creates a new instance of the class."]]],[]]