UNPKG

@microsoft/dev-tunnels-ssh

Version:
11 lines 330 B
/** * Defines constants for standard authentication methods. */ export declare const enum AuthenticationMethod { none = "none", publicKey = "publickey", password = "password", hostBased = "hostbased", keyboardInteractive = "keyboard-interactive" } //# sourceMappingURL=authenticationMethod.d.ts.map