AuthUpdatedEvent:
    | { refreshToken: string; token: string; walletAddress: string }
    | { refreshToken: null; token: null; walletAddress: null }