@shopify/cli-kit
    Preparing search index...

    Interface Session

    Session Object for Partners API and App Management API access.

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

    Properties

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