Project
The Project
object contains the information and configuration of a project, such as the name, description, and enabled authentication methods.
Each Stack app corresponds to a project. You can obtain its Project
object by calling stackApp.getProject()
.
Table of Contents
project.id
The unique ID of the project as a string
.
Type Definition
project.displayName
The display name of the project as a string
.
Type Definition
project.config
The configuration settings for the project.