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

one use

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