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 AuthenticationResponse
AuthenticationClient. 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.AuthenticationResponse
AuthenticationClient. 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 AuthenticationResponse
DefaultAuthenticationClient. 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 class
DefaultRecoveryQuestionAnswerRequest
Methods in com.okta.authn.sdk.impl.resource that return RecoveryQuestionAnswerRequest Modifier and Type Method Description RecoveryQuestionAnswerRequest
DefaultRecoveryQuestionAnswerRequest. setAnswer(java.lang.String answer)
RecoveryQuestionAnswerRequest
DefaultRecoveryQuestionAnswerRequest. 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 RecoveryQuestionAnswerRequest
RecoveryQuestionAnswerRequest. setAnswer(java.lang.String answer)
RecoveryQuestionAnswerRequest
RecoveryQuestionAnswerRequest. setStateToken(java.lang.String stateToken)
-