Uses of Interface
com.okta.sdk.resource.RecoveryQuestionCredential
-
Packages that use RecoveryQuestionCredential Package Description com.okta.sdk.resource -
-
Uses of RecoveryQuestionCredential in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type RecoveryQuestionCredential Modifier and Type Method Description UserCredentials
UserCredentials. setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
-