Uses of Class
com.okta.idx.sdk.api.model.FormValue
-
Packages that use FormValue Package Description com.okta.idx.sdk.api.model com.okta.idx.sdk.api.response -
-
Uses of FormValue in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return FormValue Modifier and Type Method Description FormValue[]
RemediationOption. form()
Get all form values.FormValue[]
SuccessResponse. form()
FormValue[]
Cancel. getValue()
FormValue[]
OptionsFormVal. getValue()
FormValue[]
Recover. getValue()
FormValue[]
SuccessResponse. getValue()
-
Uses of FormValue in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return types with arguments of type FormValue Modifier and Type Method Description java.util.List<FormValue>
AuthenticationResponse. getFormValues()
Method parameters in com.okta.idx.sdk.api.response with type arguments of type FormValue Modifier and Type Method Description void
AuthenticationResponse. setFormValues(java.util.List<FormValue> formValues)
-