Theia API Documentation v1.65.0
    Preparing search index...
    interface SecretsMain {
        $deletePassword(extensionId: string, key: string): Promise<void>;
        $getPassword(extensionId: string, key: string): Promise<undefined | string>;
        $setPassword(
            extensionId: string,
            key: string,
            value: string,
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods