ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface AccessTokenResponse

    Response type for Wix access token requests. Contains authentication and app instance information.

    interface AccessTokenResponse {
        apps: { [key: string]: { instance: string; intId: number } };
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional dynamic properties that may be present in the response

    Index

    Properties

    Properties

    apps: { [key: string]: { instance: string; intId: number } }

    Object containing app-specific information keyed by app ID