(self)
| 105 | Sends a list of supported authentication types. List is generated by authHandler |
| 106 | """ |
| 107 | def sendAuthTypes(self): |
| 108 | self.writeLine("250 AUTH " + self.server.authHandler.toString()) |
| 109 | |
| 110 | """ |
| 111 | Reads the chosen authentication method by the client and calls the corresponding authentication method handler |