Interface Session

Represents the session information for the application.

interface Session {
    application: { sessionSupport: boolean };
}

Properties

Properties

application: { sessionSupport: boolean }

Application-specific session details.

Type declaration

  • sessionSupport: boolean

    Indicates whether the application supports session management. If true, a version of the header will be shown which allows the user to log in, log out, switch capacity, and more.