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>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月11日 UTC.