berconpy.ServerAuthEvent

class berconpy.ServerAuthEvent(success)

Bases: ServerEvent

Indicates if an authentication request was successful.

The protocol automatically generates an acknowledgement packet so nothing else needs to be done here.

Attributes

success

True if the server authenticated the client, False otherwise.

success: bool

True if the server authenticated the client, False otherwise.