Name returns the identifier for this SASL mechanism. This string will be passed to the SASL handshake request and much match one of the mechanisms supported by Kafka.
()
| 15 | // passed to the SASL handshake request and much match one of the mechanisms |
| 16 | // supported by Kafka. |
| 17 | Name() string |
| 18 | |
| 19 | // Start begins SASL authentication. It returns an authentication state |
| 20 | // machine and "initial response" data (if required by the selected |
no outgoing calls