@dvelop-sdk
    Preparing search index...

    Interface AppSession

    AppSession which will be postet to your app after using the requestAppSession-function.

    interface AppSession {
        authSessionId: string;
        expire: string;
        sign: string;
    }
    Index

    Properties

    authSessionId: string
    expire: string
    sign: string