Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Credentials

mattt edited this page Aug 19, 2020 · 1 revision

Credentials

public enum Credentials

Enumeration Cases

`default`

case `default`

plaintext

case plaintext(username:​ String, password:​ String)

sshAgent

case sshAgent(username:​ String)

sshMemory

case sshMemory(username:​ String, publicKey:​ String, privateKey:​ String, passphrase:​ String)
Clone this wiki locally