Difference between com.okta.tools.awscli and com.okta.tools.WithOkta

In the Okta AWS CLI tool GitHub repository

The following two methods for launching the okta tools exist:

  1. java -classpath “%USERPROFILE%.okta*” com.okta.tools.awscli %*
  2. java -classpath “%USERPROFILE%.okta*” com.okta.tools.WithOkta %*

What is the difference between these methods?