Home > @activeviam/activeui-sdk > AuthenticationHolderImplementationProperties > logout
AuthenticationHolderImplementationProperties.logout property
Indicate that the user has logged out. If keepLogin
is true
, ActiveUI will remember the name of the user and autofill it in the login popup of the next session.
Signature:
logout: (keepLogin?: boolean) => Promise<void>;