The Okta HTTP Client OK HTTP implementation .jar is used at runtime to make HTTP calls to Okta's
REST API using the OkHttp Client library. This implementation jar should be a runtime dependency only
and should NOT be depended on at compile time by your code. The implementations within this jar can change at
any time without warning - use it with runtime scope only.
The Okta Java HTTP Client implementation .jar is used at runtime to make HTTP calls to Okta's
REST API using the Apache Http Client library. This implementation jar should be a runtime dependency only
and should NOT be depended on at compile time by your code. The implementations within this jar can change at
any time without warning - use it with runtime scope only.