Skip to main content

Interface: AppsManifestValidateArguments

Extends

  • Partial<AppID>.TokenOverridable

Properties

app_id?

optional app_id: string;

Description

The ID of the app.

Inherited from

Partial.app_id

Defined in

packages/web-api/src/types/request/common.ts:101


manifest

manifest: Manifest;

Defined in

packages/web-api/src/types/request/apps.ts:32


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43