Annoto Widget API - v3.65.0
    Preparing search index...

    Interface ILaunchSourceConfig

    Launch source credentials for widget integration via proxy domain For example LTI

    interface ILaunchSourceConfig {
        accessToken?: string;
        consumerKey: string;
        origin: string;
    }
    Index

    Properties

    accessToken?: string

    use ssoToken root config property instead

    consumerKey: string
    origin: string