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"]],[["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 page details the `ValidationSettings` class within the `Google.Apis.Auth` namespace, which is used for configuring the validation of JSON Web Signatures."],["The `ValidationSettings` class includes properties to manage audience, clock, expiration time tolerance, force certificate refresh, hosted domain, and issued-at clock tolerance for JWT validation."],["The latest version available of this documentation is version 1.69.0, but the version this documentation is for is version 1.50.0."],["A constructor is provided to create new instances of `ValidationSettings`, and an extension method `ThrowIfNull\u003cT\u003e(T, String)` is available in the Utilities class."]]],[]]