Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias McpRuntimeAdminAccountAuth

    Credentials payload for an admin-account request context.

    type McpRuntimeAdminAccountAuth = {
        allowInsecureConnection?: boolean;
        curlirize?: boolean;
        debug?: boolean;
        deploymentType?: string;
        host: string;
        mode: "admin-account";
        password: string;
        realm?: string;
        username: string;
    }
    Index

    Properties

    allowInsecureConnection?: boolean

    Optional insecure-connection toggle.

    curlirize?: boolean

    Optional curlirize toggle.

    debug?: boolean

    Optional debug toggle.

    deploymentType?: string

    Optional deployment type override.

    host: string

    AM host base URL.

    mode: "admin-account"

    Discriminator for admin-account auth mode.

    password: string

    Admin password.

    realm?: string

    Optional realm override.

    username: string

    Admin username.