AuthenticationChallenge
public enum AuthenticationChallenge
Undocumented
-
Undocumented
Declaration
Swift
case byPassword(username: String, password: String)
-
Undocumented
Declaration
Swift
case byKeyboardInteractive(username: String, callback: ((String) -> String))
-
Undocumented
Declaration
Swift
case byPublicKeyFromFile(username: String, password: String, publicKey: String?, privateKey: String)
-
Undocumented
Declaration
Swift
case byPublicKeyFromMemory(username: String, password: String, publicKey: Data?, privateKey: Data)