sendAuthenticationEvent method
notify listener of the SecureApplicationController.authenticationEvents of a failure or success to allow them for example to clear sensitive data
Implementation
void sendAuthenticationEvent(SecureApplicationAuthenticationStatus status) {
_authenticationEventsController.add(status);
}