enum ui.AuthenticationMethod

enum AuthenticationMethod {
    Password,
    PrivateKey,
};