Returns the IANA-registered mechanism name of this SASL client. */
| 191 | |
| 192 | /* Returns the IANA-registered mechanism name of this SASL client. */ |
| 193 | string TSaslClient::getMechanismName() { |
| 194 | return chosenMech; |
| 195 | } |
| 196 | |
| 197 | /* Retrieves the negotiated property */ |
| 198 | string TSaslClient::getNegotiatedProperty(const string& propName) { |
no test coverage detected