Settings to start an instance of the application only for authorized users.

Hierarchy

  • ApplicationAuthenticationConfig

Properties

authorizedUserLists: string[]

List of user authorized list Ids.

authorizedUsers: string[]

List of authorized users by name.

required: boolean

True when authentication is needed to start an instance of the application. TODO: Why use this bool when the class instance may simply be null?

Generated using TypeDoc