AppAuth constructor

AppAuth()

Implementation

AppAuth() {
  authState = AuthState.NOT_SIGNED_IN;
  resetEmailState = ResetEmailState.PENDING;
}