Uses of Interface
com.okta.idx.sdk.api.client.IDXClient
-
Packages that use IDXClient Package Description com.okta.idx.sdk.api.model com.okta.idx.sdk.api.response -
-
Uses of IDXClient in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model with parameters of type IDXClient Modifier and Type Method Description TokenResponseSuccessResponse. exchangeCode(IDXClient client, IDXClientContext idxClientContext)Exchange interaction code for tokenIDXResponseRecover. proceed(IDXClient client, RecoverRequest request)IDXResponseRemediationOption. proceed(IDXClient client, java.lang.Object request)Allow you to continue the remediation with this option. -
Uses of IDXClient in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response with parameters of type IDXClient Modifier and Type Method Description IDXResponseIDXResponse. cancel(IDXClient client)The method to call when you want to cancel the Okta Identity Engine flow.
-