Logout behavior.
Path:

logout

Hierarchy

  • LogoutConfig

Properties

additionalCleanupPaths: string[]

Default: []

List of additional directories which should be cleared.

logout.additionalCleanupPaths

cleanDownloadFolder: boolean

Default: true

True when the download folder should be cleared.

logout.cleanDownloadFolder

clearAuthCache: boolean

Default: true

True when the auth cache should be cleared.

logout.clearAuthCache

clearCache: boolean

Default: true

True when the cache should be cleared.

logout.clearCache

clearHostResolverCache: boolean

Default: true

True when the host resolver cache should be cleared.

logout.clearHostResolverCache

clearPersonalCertificates: boolean

Default: false

True when the personal certificate store of the user should be cleared.

logout.clearPersonalCertificates

clearPrinterQueue: boolean

Default: true

True when printer queues should be cleared.

logout.clearPrinterQueue

clearStorageData: boolean

Default: true

True when the storages should be cleared.

logout.clearStorageData

processesToClose: string[]

Default: []

List of process paths which should be closed, also UWP:UWPPackageName style paths are supported.

logout.processesToClose

reloadContentMainWebViews: boolean

Default: true

True when the content webviews should be reloaded.

logout.reloadContentMainWebViews

showLoggingOutDialog: boolean

Default: true

True when the logging out dialog should be displayed when logging out.

logout.showLoggingOutDialog

showLoggingOutScreenCover: boolean

Default: true

True when the logging out dialog should be displayed covering all screens.

logout.showLoggingOutScreenCover

Configures the logout handling of certain storages.

logout.storages

timeForProcessesToCloseInSeconds: number

Default: 10

The time in seconds a process which should be closed may remain open after requesting a exit before it will be terminated.

logout.timeForProcessesToCloseInSeconds

Generated using TypeDoc