berconpy.ServerAuthEvent¶
- class berconpy.ServerAuthEvent(success)¶
Bases:
ServerEventIndicates if an authentication request was successful.
The protocol automatically generates an acknowledgement packet so nothing else needs to be done here.
Attributes
Trueif the server authenticated the client,Falseotherwise.