(self)
| 251 | |
| 252 | class BaseDSEAuthenticator(Authenticator): |
| 253 | def get_mechanism(self): |
| 254 | raise NotImplementedError("get_mechanism not implemented") |
| 255 | |
| 256 | def get_initial_challenge(self): |
| 257 | raise NotImplementedError("get_initial_challenge not implemented") |