Uses of Interface
com.okta.authn.sdk.resource.RecoveryQuestionAnswerRequest
-
Packages that use RecoveryQuestionAnswerRequest Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of RecoveryQuestionAnswerRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type RecoveryQuestionAnswerRequest Modifier and Type Method Description default AuthenticationResponseAuthenticationClient. answerRecoveryQuestion(RecoveryQuestionAnswerRequest request, AuthenticationStateHandler stateHandler)Answers the user’s recovery question to ensure only the end user redeemed the recovery token for recovery transaction with a RECOVERY status.AuthenticationResponseAuthenticationClient. answerRecoveryQuestion(RecoveryQuestionAnswerRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler)Answers the user’s recovery question to ensure only the end user redeemed the recovery token for recovery transaction with a RECOVERY status. -
Uses of RecoveryQuestionAnswerRequest in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type RecoveryQuestionAnswerRequest Modifier and Type Method Description AuthenticationResponseDefaultAuthenticationClient. answerRecoveryQuestion(RecoveryQuestionAnswerRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of RecoveryQuestionAnswerRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement RecoveryQuestionAnswerRequest Modifier and Type Class Description classDefaultRecoveryQuestionAnswerRequestMethods in com.okta.authn.sdk.impl.resource that return RecoveryQuestionAnswerRequest Modifier and Type Method Description RecoveryQuestionAnswerRequestDefaultRecoveryQuestionAnswerRequest. setAnswer(java.lang.String answer)RecoveryQuestionAnswerRequestDefaultRecoveryQuestionAnswerRequest. setStateToken(java.lang.String stateToken) -
Uses of RecoveryQuestionAnswerRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return RecoveryQuestionAnswerRequest Modifier and Type Method Description RecoveryQuestionAnswerRequestRecoveryQuestionAnswerRequest. setAnswer(java.lang.String answer)RecoveryQuestionAnswerRequestRecoveryQuestionAnswerRequest. setStateToken(java.lang.String stateToken)
-