Searched refs:IgnoreTypeHeader (Results 1 – 9 of 9) sorted by relevance
34 IgnoreTypeHeader bool member65 if opts.ExpectedTypeHeader != nil && opts.IgnoreTypeHeader {142 …skip, err := validateFieldPresence(v.opts.IgnoreTypeHeader, rawJWT.HasTypeHeader(), v.opts.Expecte…
38 IgnoreTypeHeader: true,462 IgnoreTypeHeader: true,
47 IgnoreTypeHeader: true,
81 JwtValidatorBuilder& IgnoreTypeHeader();
212 JwtValidatorBuilder& JwtValidatorBuilder::IgnoreTypeHeader() { in IgnoreTypeHeader() function in crypto::tink::JwtValidatorBuilder
254 JwtValidatorBuilder().IgnoreTypeHeader().AllowMissingExpiration().Build(); in TEST()465 .IgnoreTypeHeader() in TEST()
77 .IgnoreTypeHeader() in CreateVerifiedJwt()
317 IgnoreTypeHeader: v.GetIgnoreTypeHeader(),
189 builder.IgnoreTypeHeader(); in JwtValidatorFromProto()