authStateChanged abstract method

void authStateChanged(
  1. AuthState authState
)

Calling authStateChanged notifies the Satellite process that the user's authentication credentials have changed.

Implementation

void authStateChanged(AuthState authState);