Searched defs:macWithKID (Results 1 – 1 of 1) sorted by relevance
26 type macWithKID struct { struct27 tm tink.MAC28 algorithm string29 customKID *string45 func (jm *macWithKID) ComputeMACAndEncodeWithKID(token *RawJWT, kid *string) (string, error) {58 …VerifyMACAndDecodeWithKID(compact string, verifier *Validator, kid *string) (*VerifiedJWT, error) {