tutti-api - v2.1.0
    Preparing search index...

    Interface AuthenticatedAccount

    interface AuthenticatedAccount {
        publicAccountId: string;
        token: string;
    }
    Index

    Properties

    publicAccountId: string
    token: string

    The tutti session token (sent as X-Tutti-Auth).