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

one use

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