Searched refs:compute_mac_and_encode_with_kid (Results 1 – 4 of 4) sorted by relevance
105 token_with_kid = jwt_hmac.compute_mac_and_encode_with_kid(107 token_without_kid = jwt_hmac.compute_mac_and_encode_with_kid(
83 def compute_mac_and_encode_with_kid(self, token: _raw_jwt.RawJwt, member in JwtMacInternal
47 return primary.primitive.compute_mac_and_encode_with_kid(raw_jwt, kid)
56 def compute_mac_and_encode_with_kid(self, raw_jwt: _raw_jwt.RawJwt, member in _JwtHmac