# Properties

{% tabs %}
{% tab title="Properties" %}

<table><thead><tr><th width="245">Name</th><th width="167">Description</th><th width="174">Default</th><th data-type="checkbox">Mandatory</th></tr></thead><tbody><tr><td><code>enabled</code></td><td>If module is enabled.</td><td><code>true</code></td><td>false</td></tr><tr><td><code>namespace</code></td><td>Bind to TokensDb module.</td><td><code>"default"</code></td><td>false</td></tr><tr><td><code>flow_layout</code></td><td>App layout. Available values: MINIMAL, STANDARD</td><td><code>"MINIMAL"</code></td><td>false</td></tr><tr><td><code>logout_on_close</code></td><td>Last step in enrollment logs out the user</td><td><code>false</code></td><td>false</td></tr><tr><td><code>logout_endpoint_url</code></td><td>Overrides default logout.</td><td><code>"/logged_out"</code></td><td>false</td></tr></tbody></table>

{% endtab %}

{% tab title="Example" %}

```json
"oathsw": {
    "enabled": true
}
```

{% endtab %}
{% endtabs %}
