Searched defs:ValidatorOpts (Results 1 – 1 of 1) sorted by relevance
29 type ValidatorOpts struct { struct30 ExpectedTypeHeader *string31 ExpectedIssuer *string32 ExpectedAudience *string34 IgnoreTypeHeader bool35 IgnoreAudiences bool36 IgnoreIssuer bool38 AllowMissingExpiration bool39 ExpectIssuedInThePast bool41 ClockSkew time.Duration[all …]