Next continues challenge-response authentication. A non-nil error indicates that the client should abort the authentication attempt. If the client has been successfully authenticated, then the done return value will be true.
(ctx context.Context, challenge []byte)
| 43 | // the client has been successfully authenticated, then the done return |
| 44 | // value will be true. |
| 45 | Next(ctx context.Context, challenge []byte) (done bool, response []byte, err error) |
| 46 | } |
| 47 | |
| 48 | // Metadata contains additional data for performing SASL authentication. |
no outgoing calls