Tela SDK for JavaScript
    Preparing search index...

    Interface AgentAuthCredentials

    The Tela credentials used to derive an agent-sdk auth strategy.

    interface AgentAuthCredentials {
        apiKey?: string;
        dataToken?: string;
        jwt?: string;
    }
    Index

    Properties

    apiKey?: string
    dataToken?: string
    jwt?: string