()
| 684 | |
| 685 | /* c8 ignore next 5 */ |
| 686 | async function AuthenticationCleartextPassword() { |
| 687 | const payload = await Pass() |
| 688 | write( |
| 689 | b().p().str(payload).z(1).end() |
| 690 | ) |
| 691 | } |
| 692 | |
| 693 | async function AuthenticationMD5Password(x) { |
| 694 | const payload = 'md5' + ( |