authenticate method

void authenticate(
  1. Authenticate authenticate
)

This sends the authenticate message to the transport outgoing stream.

Implementation

void authenticate(Authenticate authenticate) {
  _transport.send(authenticate);
}