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 TokenResponse
SuccessResponse. exchangeCode(IDXClient client, IDXClientContext idxClientContext)
Exchange interaction code for tokenIDXResponse
Recover. proceed(IDXClient client, RecoverRequest request)
IDXResponse
RemediationOption. 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 IDXResponse
IDXResponse. cancel(IDXClient client)
The method to call when you want to cancel the Okta Identity Engine flow.
-