onAuthenticationFailed property

AuthenticationCallback? onAuthenticationFailed

Optional callback called by ChopperClient when the outgoing request from authenticate failed to authenticate.

You can use this to determine whether that request failed to recover the user's session.

Implementation

AuthenticationCallback? get onAuthenticationFailed => null;