Uses of Class
com.okta.idx.sdk.api.response.IDXResponse
-
Packages that use IDXResponse Package Description com.okta.idx.sdk.api.client com.okta.idx.sdk.api.model com.okta.idx.sdk.api.response -
-
Uses of IDXResponse in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client that return IDXResponse Modifier and Type Method Description IDXResponseIDXClient. answerChallenge(AnswerChallengeRequest answerChallengeRequest, java.lang.String href)IDXResponseIDXClient. cancel(java.lang.String stateHandle)IDXResponseIDXClient. challenge(ChallengeRequest challengeRequest, java.lang.String href)IDXResponseIDXClient. enroll(EnrollRequest enrollRequest, java.lang.String href)IDXResponseIDXClient. enrollUpdateUserProfile(EnrollUserProfileUpdateRequest enrollUserProfileUpdateRequest, java.lang.String href)IDXResponseIDXClient. identify(IdentifyRequest identifyRequest, java.lang.String href)IDXResponseIDXClient. introspect(IDXClientContext idxClientContext)IDXResponseIDXClient. poll(PollRequest pollRequest, java.lang.String href)IDXResponseIDXClient. recover(RecoverRequest recoverRequest, java.lang.String href)IDXResponseIDXClient. skip(SkipAuthenticatorEnrollmentRequest skipAuthenticatorEnrollmentRequest, java.lang.String href) -
Uses of IDXResponse in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return IDXResponse Modifier and Type Method Description IDXResponseRecover. proceed(IDXClient client, RecoverRequest request)IDXResponseRemediationOption. proceed(IDXClient client, java.lang.Object request)Allow you to continue the remediation with this option. -
Uses of IDXResponse in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return IDXResponse Modifier and Type Method Description IDXResponseIDXResponse. cancel(IDXClient client)The method to call when you want to cancel the Okta Identity Engine flow.
-