Uses of Interface
com.okta.sdk.resource.user.RecoveryQuestionCredential
-
Packages that use RecoveryQuestionCredential Package Description com.okta.sdk.resource.user -
-
Uses of RecoveryQuestionCredential in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user that return RecoveryQuestionCredential Modifier and Type Method Description RecoveryQuestionCredential
UserCredentials. getRecoveryQuestion()
RecoveryQuestionCredential
RecoveryQuestionCredential. setAnswer(java.lang.String answer)
RecoveryQuestionCredential
RecoveryQuestionCredential. setQuestion(java.lang.String question)
Methods in com.okta.sdk.resource.user with parameters of type RecoveryQuestionCredential Modifier and Type Method Description UserCredentials
UserCredentials. setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
-