setAuthState method

  1. @visibleForTesting
void setAuthState(
  1. AuthState newAuthState
)

Implementation

@visibleForTesting
void setAuthState(AuthState newAuthState) {
  authState = newAuthState;
}