enum AuthenticationStatus {
  unknown,
  authenticated,
  unauthenticated,
  forcedUnauthenticated,
}