chrome.enterprise.login

Description

Use the chrome.enterprise.login API to exit Managed Guest sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS Managed Guest sessions.

Permissions

enterprise.login

Availability

Chrome 139+ ChromeOS only Requires policy

Methods

exitCurrentManagedGuestSession()

chrome.enterprise.login.exitCurrentManagedGuestSession(): Promise<void>

Exits the current managed guest session.

Returns

  • Promise<void>