sendAuthenticationEvent method

void sendAuthenticationEvent(
  1. SecureApplicationAuthenticationStatus status
)

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);
}