@actnet/app-core - v0.1.0
    Preparing search index...

    Interface ProjectInfo

    Public metadata about a Project (server-side bot or webview tool) installed on the homeserver.

    interface ProjectInfo {
        name: string;
        url: string;
        description: string;
        clientId?: string | null;
        official: boolean;
    }
    Index

    Properties

    name: string

    Human-readable name shown in the Projects list.

    url: string

    Project endpoint URL (used as the audience for project tokens).

    description: string

    Short description shown in the Projects list.

    clientId?: string | null

    OAuth login client id (docs/25), if this Project supports login.

    official: boolean

    Server-vouched official flag (docs/54), shown as the verified badge.