alfresco-ng2-components/docs/core/logout.directive.md
2018-11-20 02:03:20 +00:00

28 lines
512 B
Markdown

---
Added: v2.0.0
Status: Active
---
# Logout directive
Logs the user out when the decorated element is clicked.
## Basic Usage
```html
<button adf-logout>Logout</button>
```
## Class members
### Properties
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| enableRedirect | `boolean` | true | Enable redirecting after logout |
| redirectUri | `string` | "/login" | URI to redirect to after logging out. |
## See also
- [Login component](login.component.md)