Home
last modified time | relevance | path

Searched defs:ValidatorOpts (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_validator.go29 type ValidatorOpts struct { struct
30 ExpectedTypeHeader *string
31 ExpectedIssuer *string
32 ExpectedAudience *string
34 IgnoreTypeHeader bool
35 IgnoreAudiences bool
36 IgnoreIssuer bool
38 AllowMissingExpiration bool
39 ExpectIssuedInThePast bool
41 ClockSkew time.Duration
[all …]