Sign out button
This sample page will demonstrate how to implement a sign out button.
Implementation
The sign out button is added in the appTop
section of the page.
You can provide the URL of where you want to redirect the user to, through the href
parameter
defTop.outerHTML = wet.builder.appTop({ ... "signOut": [{"href": "#"}] ... });