git-documentdb-plugin-remote-nodegit
Version:
GitDocumentDB plugin for remote connection using NodeGit
24 lines • 760 B
TypeScript
/**
* GitDocumentDB plugin for remote connection using NodeGit
* Copyright (c) Hidekazu Kubota
*
* This source code is licensed under the Mozilla Public License Version 2.0
* found in the LICENSE file in the root directory of this source tree.
*/
import { RemoteOptions } from './types';
/**
* Create credential options
*
* @throws {@link InvalidAuthenticationTypeError}
*
* @throws # Error from createCredentialForGitHub
* @throws - {@link InvalidURLFormatError}
* @throws - {@link InvalidRepositoryURLError}
*
* @throws # Error from createCredentialForSSH
* @throws - {@link InvalidSSHKeyPathError}
*
* @internal
*/
export declare function createCredentialCallback(options: RemoteOptions): any;
//# sourceMappingURL=authentication.d.ts.map