Andy Stark 5fc05da7aa [ADF-4152] Updated folder structure of core docs (#4415)
* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Manual fixes to core doc file links

* [ADF-4152] Further automatic + manual link tidying
2019-03-12 14:20:20 +00:00

635 B

Title, Added, Status
Title Added Status
Logout directive v2.0.0 Active

Logout directive

Logs the user out when the decorated element is clicked.

Basic Usage

<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