github.com/golang-jwt/jwt/v5.SigningMethodHMAC.Verify (method, view implemented interface methods)

one use

	github.com/golang-jwt/jwt/v5 (current package)
		hmac.go#L58: func (m *SigningMethodHMAC) Verify(signingString string, sig []byte, key interface{}) error {