Session Object for Partners API and App Management API access.

interface Session {
    accountInfo: AccountInfo;
    businessPlatformToken: string;
    token: string;
    userId: string;
}

Properties

accountInfo: AccountInfo
businessPlatformToken: string
token: string
userId: string