berconpy.ClientAuthEvent

class berconpy.ClientAuthEvent(success)

Bases: ClientEvent

Indicates if an authentication request was successful.

Attributes

success

True if the client was authenticated, False otherwise.

success: bool

True if the client was authenticated, False otherwise.