Interface ILoginStatus

Represents the user's login status.

Index

Properties

Properties

public session: ISession

A JSON object that contains the properties of the current session.

public status: string

The sign-in status of the user. Valid values are "connected", "notConnected", or "unknown".