setStatus

inline suspend fun NavigatorLogin.setStatus(status: LoginStatus)(source)

The setStatus() method of the NavigatorLogin interface sets the login status of a federated identity provider (IdP), when called from the IdP's origin. By this, we mean "whether any users are logged into the IdP on the current browser or not". This should be called by the IdP site following a user login or logout.

MDN Reference