Looking for com.okta.idx.kotlin.client.IdxClientConfiguration class referenced in documentation

Hello!

I’m trying to follow the guide here for implementing identity engine using the embedded model: Overview of the mobile Identity Engine SDK | Okta Developer. Very early on in the guide it makes reference to the IdxClientConfiguration and IdxClient classes. Neither of these classes are available in the com.okta.idx.kotlin.client package. Have these been deprecated? If so, what would be the preferred implementation steps?

Thank you!

Hello,

I think our documentation was done before the okta-idx-android SDK had a dependency on Auth Foundation Framework.
Please see https://github.com/okta/okta-idx-android/blob/2.0.0/dynamic-app/src/main/java/com/okta/idx/android/SampleCredentialHelper.kt#L28

Thank You,