## AuthConfigForm/Config The `AuthConfigForm/Config` is the base form to configure auth methods. **Properties** | Name | Type | Default | Description | | --- | --- | --- | --- | | model | DS.Model | | The corresponding auth model that is being configured. | **Example** ```js {{auth-config-form/config model.model}} ``` **See** - [Uses of AuthConfigForm/config](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthConfigForm/config) - [AuthConfigForm/config Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-config-form/config.js) ---