onAuthenticationSuccessful property

AuthenticationCallback? onAuthenticationSuccessful

Optional callback called by ChopperClient when the outgoing request from authenticate was successful.

You can use this to determine whether that request actually succeeded in authenticating the user.

Implementation

AuthenticationCallback? get onAuthenticationSuccessful => null;