@musallam/ims-client
    Preparing search index...

    Interface IMSClientOptions

    interface IMSClientOptions {
        clientId: string;
        clientSecret: string;
        imsOrgId?: string;
        scopes: string[];
        technicalAccountEmail?: string;
        technicalAccountId?: string;
    }
    Index

    Properties

    clientId: string
    clientSecret: string
    imsOrgId?: string
    scopes: string[]
    technicalAccountEmail?: string
    technicalAccountId?: string