Is there any option to create a text field in jenkins parameter for binding user name and password for execution

Is there any option to create a text field in jenkins parameter for binding user name and password for execution

Parameterized jobs can take a credentials parameter type that is provided by the credentials plugin.

Thanks Mark, will try it.