(encoder, streamId)
| 377 | } |
| 378 | |
| 379 | write(encoder, streamId) { |
| 380 | const frameWriter = new FrameWriter(types.opcodes.authResponse); |
| 381 | frameWriter.writeBytes(this.token); |
| 382 | return frameWriter.write(encoder.protocolVersion, streamId); |
| 383 | } |
| 384 | } |
| 385 | |
| 386 | /** |
nothing calls this directly
no test coverage detected