Interface AppInfo

Info about your integration. Contains much of the information provided by the manifest. In particular, use this to check which optional scopes and xAPI's the admin has accepted.

Hierarchy

  • AppInfo

Properties

availability: string
createdAt: string
features?: ("digital_signage" | "persistent_web_app")[]
id: string
manifestVersion: number
provisioningState: string
publicLocationIds: string[]
queue?: {
    pollUrl: string;
    state: string;
}

Type declaration

  • pollUrl: string
  • state: string
roles: string[]
scopes: string[]
updatedAt: string
xapiAccessKeys: {
    commands?: string[];
    events?: string[];
    statuses?: string[];
}

Type declaration

  • Optional commands?: string[]
  • Optional events?: string[]
  • Optional statuses?: string[]

Generated using TypeDoc