Uses of Interface
com.okta.authn.sdk.resource.RecoveryQuestionAnswerRequest
Packages that use RecoveryQuestionAnswerRequest
Package
Description
-
Uses of RecoveryQuestionAnswerRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type RecoveryQuestionAnswerRequestModifier and TypeMethodDescriptiondefault 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.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 RecoveryQuestionAnswerRequestModifier and TypeMethodDescriptionDefaultAuthenticationClient.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 RecoveryQuestionAnswerRequestMethods in com.okta.authn.sdk.impl.resource that return RecoveryQuestionAnswerRequestModifier and TypeMethodDescriptionDefaultRecoveryQuestionAnswerRequest.setStateToken
(String stateToken) -
Uses of RecoveryQuestionAnswerRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return RecoveryQuestionAnswerRequest