@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00") public interface UserCredentials extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
PasswordCredential |
getPassword() |
AuthenticationProvider |
getProvider() |
RecoveryQuestionCredential |
getRecoveryQuestion() |
UserCredentials |
setPassword(PasswordCredential password) |
UserCredentials |
setProvider(AuthenticationProvider provider) |
UserCredentials |
setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
PasswordCredential getPassword()
UserCredentials setPassword(PasswordCredential password)
AuthenticationProvider getProvider()
UserCredentials setProvider(AuthenticationProvider provider)
RecoveryQuestionCredential getRecoveryQuestion()
UserCredentials setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
Copyright © 2017-2022 Okta. All Rights Reserved.