@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias McpServerOauthLoginParams

    type McpServerOauthLoginParams = {
        name: string;
        scopes?: string[] | null;
        threadId?: string | null;
        timeoutSecs?: bigint | null;
    }
    Index

    Properties

    name: string
    scopes?: string[] | null
    threadId?: string | null
    timeoutSecs?: bigint | null