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!